
Time bar (total: 14.9s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 0 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 1 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 2 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 3 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 4 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 5 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 6 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 7 |
| 2.3% | 0% | 0% | 100% | 0% | 0% | 0% | 8 |
| 11.3% | 0% | 0% | 100% | 0% | 0% | 0% | 9 |
| 21.1% | 0% | 0% | 100% | 0% | 0% | 0% | 10 |
| 28% | 0% | 0% | 100% | 0% | 0% | 0% | 11 |
| 40.1% | 0% | 0% | 100% | 0% | 0% | 0% | 12 |
Compiled 41 to 28 computations (31.7% saved)
| 871.0ms | 5 551× | 0 | valid |
| 665.0ms | 2 705× | 1 | valid |
| 279.0ms | 1 497× | 0 | invalid |
const: 393.0ms (27.7% of total)ival-mult: 301.0ms (21.2% of total)ival-sqrt: 163.0ms (11.5% of total)ival-<: 151.0ms (10.7% of total)ival-div: 93.0ms (6.6% of total)ival-neg: 84.0ms (5.9% of total)ival-add: 72.0ms (5.1% of total)ival-sub: 63.0ms (4.4% of total)adjust: 45.0ms (3.2% of total)ival-and: 37.0ms (2.6% of total)exact: 11.0ms (0.8% of total)ival-assert: 4.0ms (0.3% of total)| 2× | egg-herbie |
| 1 674× | div-sub |
| 1 120× | accelerator-lowering-fma.f32 |
| 1 120× | accelerator-lowering-fma.f64 |
| 1 048× | sub-neg |
| 796× | associate-/r* |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 58 | 175 |
| 1 | 170 | 160 |
| 2 | 474 | 160 |
| 3 | 1250 | 160 |
| 4 | 3323 | 160 |
| 5 | 6278 | 160 |
| 0 | 14 | 17 |
| 1 | 31 | 16 |
| 2 | 68 | 16 |
| 3 | 151 | 16 |
| 4 | 231 | 16 |
| 5 | 372 | 16 |
| 6 | 654 | 16 |
| 7 | 1122 | 16 |
| 8 | 2225 | 16 |
| 9 | 2509 | 16 |
| 10 | 2626 | 16 |
| 11 | 2681 | 16 |
| 12 | 2682 | 16 |
| 13 | 2682 | 16 |
| 14 | 2688 | 16 |
| 0 | 2688 | 15 |
| 1× | iter limit |
| 1× | saturated |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(fma.f64 (-.f64 (sqrt.f64 (fma.f64 a (fma.f64 c #s(literal -4 binary64) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a) #s(literal 0 binary64)) |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 (neg a)) c)))) (* 2 (neg a))) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 4 a) c)))) (* 2 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) (neg c))))) (* 2 a)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 (neg a)) c)))) (* 2 (neg a)))) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 4 a) c)))) (* 2 a))) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) (neg c))))) (* 2 a))) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 4 b) c)))) (* 2 b)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 c) a)))) (* 2 c)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 4 a) b)))) (* 2 a)) |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(/ (- (sqrt (+ (* b b) (* c (* a -4)))) b) (* a 2)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 (neg a)) c)))) (* 2 (neg a))) |
(/ (- (sqrt (+ (* b b) (* 4 (* a c)))) b) (* a -2)) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 4 a) c)))) (* 2 a)) |
(/ (+ b (sqrt (+ (* b b) (* c (* a -4))))) (* a 2)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) (neg c))))) (* 2 a)) |
(/ (- (sqrt (+ (* b b) (* 4 (* a c)))) b) (* a 2)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 (neg a)) c)))) (* 2 (neg a)))) |
(/ (- (sqrt (+ (* b b) (* 4 (* a c)))) b) (* a 2)) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 4 a) c)))) (* 2 a))) |
(/ (+ b (sqrt (+ (* b b) (* c (* a -4))))) (* a -2)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) (neg c))))) (* 2 a))) |
(/ (- (sqrt (+ (* b b) (* 4 (* a c)))) b) (* a -2)) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 4 b) c)))) (* 2 b)) |
(/ (- (sqrt (+ (* a a) (* b (* c -4)))) a) (* b 2)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 c) a)))) (* 2 c)) |
(/ (- (sqrt (+ (* b b) (* c (* a -4)))) b) (* c 2)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 4 a) b)))) (* 2 a)) |
(/ (- (sqrt (+ (* c c) (* (* b a) -4))) c) (* a 2)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 229 | 1 | (2542.4213325696805 247.24725751701558 0.05354607553435217) | 5 | (25319.735050507188 36068.00382453563 322.4679280857452) | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | #s(literal 4 binary64) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 #s(literal 4 binary64) a) c) |
| 0 | 0 | - | 0 | - | (*.f64 b b) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 2 binary64) a) |
| 0 | 0 | - | 0 | - | c |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (neg.f64 b) |
| 0 | 0 | - | 0 | - | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 4 binary64) a) |
| 0 | 0 | - | 0 | - | b |
| 0 | 0 | - | 0 | - | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
+.f64 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) | cancellation | 225 | 10 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 224 | 5 |
| - | 1 | 26 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 224 | 5 | 0 |
| - | 1 | 5 | 21 |
| number | freq |
|---|---|
| 0 | 31 |
| 1 | 225 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 37.0ms | 156× | 1 | valid |
| 34.0ms | 356× | 0 | valid |
Compiled 184 to 60 computations (67.4% saved)
ival-mult: 16.0ms (41.6% of total)ival-div: 5.0ms (13% of total)ival-sqrt: 5.0ms (13% of total)ival-add: 3.0ms (7.8% of total)ival-sub: 3.0ms (7.8% of total)adjust: 2.0ms (5.2% of total)ival-neg: 2.0ms (5.2% of total)exact: 1.0ms (2.6% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)Compiled 3 to 3 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 57.8% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
Compiled 20 to 14 computations (30% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | cost-diff | 192 | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
| ✓ | cost-diff | 192 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
| 1 120× | accelerator-lowering-fma.f32 |
| 1 120× | accelerator-lowering-fma.f64 |
| 744× | *-lowering-*.f32 |
| 744× | *-lowering-*.f64 |
| 434× | div-sub |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 70 |
| 1 | 31 | 68 |
| 2 | 68 | 68 |
| 3 | 151 | 68 |
| 4 | 231 | 68 |
| 5 | 372 | 68 |
| 6 | 654 | 68 |
| 7 | 1122 | 68 |
| 8 | 2225 | 68 |
| 9 | 2509 | 68 |
| 10 | 2626 | 68 |
| 11 | 2681 | 68 |
| 12 | 2682 | 68 |
| 13 | 2682 | 68 |
| 14 | 2688 | 68 |
| 0 | 2688 | 64 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
(neg b) |
b |
(sqrt (- (* b b) (* (* 4 a) c))) |
(- (* b b) (* (* 4 a) c)) |
(* b b) |
(* (* 4 a) c) |
(* 4 a) |
4 |
a |
c |
(* 2 a) |
2 |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(fma.f64 (-.f64 (sqrt.f64 (fma.f64 a (fma.f64 c #s(literal -4 binary64) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a) #s(literal 0 binary64)) |
(+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
(-.f64 (sqrt.f64 (fma.f64 a (fma.f64 c #s(literal -4 binary64) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) |
(neg b) |
(-.f64 #s(literal 0 binary64) b) |
b |
(sqrt (- (* b b) (* (* 4 a) c))) |
(sqrt.f64 (fma.f64 a (fma.f64 c #s(literal -4 binary64) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)))) |
(- (* b b) (* (* 4 a) c)) |
(fma.f64 a (fma.f64 c #s(literal -4 binary64) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(* b b) |
(fma.f64 b b #s(literal 0 binary64)) |
(* (* 4 a) c) |
(fma.f64 #s(literal 4 binary64) (fma.f64 a c #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* 4 a) |
(fma.f64 #s(literal 4 binary64) a #s(literal 0 binary64)) |
4 |
#s(literal 4 binary64) |
a |
c |
(* 2 a) |
(fma.f64 a #s(literal 2 binary64) #s(literal 0 binary64)) |
2 |
#s(literal 2 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| ✓ | accuracy | 99.6% | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
| ✓ | accuracy | 99.6% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | accuracy | 58.1% | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
| 19.0ms | 178× | 0 | valid |
| 15.0ms | 78× | 1 | valid |
Compiled 72 to 16 computations (77.8% saved)
ival-mult: 6.0ms (30.3% of total)ival-sqrt: 5.0ms (25.3% of total)ival-div: 2.0ms (10.1% of total)ival-add: 2.0ms (10.1% of total)ival-sub: 2.0ms (10.1% of total)adjust: 1.0ms (5.1% of total)ival-neg: 1.0ms (5.1% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c))))> |
#<alt (- (* b b) (* (* 4 a) c))> |
#<alt (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a))> |
#<alt (sqrt (- (* b b) (* (* 4 a) c)))> |
| Outputs |
|---|
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -4 (* a c))> |
#<alt (- (pow b 2) (* 4 (* a c)))> |
#<alt (- (pow b 2) (* 4 (* a c)))> |
#<alt (- (pow b 2) (* 4 (* a c)))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* a (- (/ (pow b 2) a) (* 4 c)))> |
#<alt (* a (- (/ (pow b 2) a) (* 4 c)))> |
#<alt (* a (- (/ (pow b 2) a) (* 4 c)))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c))))> |
#<alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* c (- (/ (pow b 2) c) (* 4 a)))> |
#<alt (* c (- (/ (pow b 2) c) (* 4 a)))> |
#<alt (* c (- (/ (pow b 2) c) (* 4 a)))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a))))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a))))> |
#<alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))> |
#<alt (+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a)))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))> |
#<alt (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))> |
#<alt (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))> |
36 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | b | @ | inf | (- (* b b) (* (* 4 a) c)) |
| 1.0ms | b | @ | inf | (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
| 1.0ms | c | @ | inf | (sqrt (- (* b b) (* (* 4 a) c))) |
| 1.0ms | a | @ | inf | (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
| 1.0ms | b | @ | 0 | (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
| 1× | batch-egg-rewrite |
| 4 850× | accelerator-lowering-fma.f32 |
| 4 850× | accelerator-lowering-fma.f64 |
| 3 904× | *-lowering-*.f32 |
| 3 904× | *-lowering-*.f64 |
| 2 332× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 49 |
| 1 | 67 | 47 |
| 2 | 527 | 47 |
| 3 | 6858 | 47 |
| 0 | 8152 | 43 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
(- (* b b) (* (* 4 a) c)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
(sqrt (- (* b b) (* (* 4 a) c))) |
| Outputs |
|---|
(+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(+.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(+.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(+.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(+.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(+.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 0 binary64)) b) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) b) |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(-.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(-.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(-.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 0 binary64)) b) |
(fma.f64 b #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(fma.f64 b #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(fma.f64 b #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(fma.f64 b (/.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(fma.f64 #s(literal 1 binary64) b (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(fma.f64 #s(literal -1 binary64) b (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) b) |
(fma.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64)) b) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (sqrt.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) b) |
(fma.f64 (pow.f64 b #s(literal 1/2 binary64)) (pow.f64 b #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(fma.f64 (pow.f64 b #s(literal 1/2 binary64)) (pow.f64 b #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(fma.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(fma.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(neg.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(/.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) (*.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fma.f64 (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (*.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (*.f64 b (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))))) (*.f64 b (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (*.f64 b (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) b (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) b)) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) |
(/.f64 (-.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) b) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) b)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) (fma.f64 b (/.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (/.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))))))) |
(*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (-.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(+.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(exp.f64 (log.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) #s(literal 1/2 binary64))) |
(hypot.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 a c))) |
(hypot.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(hypot.f64 (fma.f64 b b #s(literal 0 binary64)) (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 a c)) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 #s(literal 4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))) |
(hypot.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(hypot.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (*.f64 a c)) #s(literal 1 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(fabs.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 a c))) |
(-.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) |
(fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 b (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal -1 binary64) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(fma.f64 #s(literal 4 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 a (neg.f64 (*.f64 #s(literal 4 binary64) c)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 a (*.f64 #s(literal 4 binary64) (-.f64 #s(literal 0 binary64) c)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal 4 binary64) a) (-.f64 #s(literal 0 binary64) c) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal 4 binary64) (*.f64 a c)) #s(literal -1 binary64) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (/.f64 b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(fma.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(fma.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 b b #s(literal 0 binary64)) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 4 binary64) c) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 4 binary64) a) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 a c)) #s(literal 4 binary64) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal 4 binary64) c) (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 (neg.f64 (*.f64 #s(literal 4 binary64) c)) a (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 c #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) a) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 4 binary64) c)) a (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal -4 binary64) c) a (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 4 binary64)) a (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (neg.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) (fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(neg.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) |
(/.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 c (*.f64 c (*.f64 #s(literal 16 binary64) (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 #s(literal 4096 binary64) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) #s(literal 1 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) #s(literal 1 binary64)) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 #s(literal 4096 binary64) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (neg.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fma.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (*.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 #s(literal 4096 binary64) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) |
(pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(*.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))))) |
(*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (pow.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(*.f64 (/.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) (fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) |
(*.f64 (/.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) b) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(+.f64 (*.f64 b (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(fma.f64 b (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a) (*.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) b (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(neg.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) a)) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(/.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a) #s(literal 2 binary64)) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) a)) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal -1 binary64)) (*.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 2 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a)) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal -1 binary64)) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a)) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a)) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal -1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 a (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (*.f64 a (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) a)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a)) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64)))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) a)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal -1/2 binary64) a)) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal 1 binary64) a)) #s(literal -2 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a) #s(literal -2 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal -1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) |
(*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) a) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) a)) |
(*.f64 (/.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) a) (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))))))) |
(*.f64 (/.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (-.f64 #s(literal 0 binary64) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) a) (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (fma.f64 b b (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (fma.f64 b (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(+.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(fabs.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (sqrt.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 0 binary64)) |
(/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))))) (neg.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 0 binary64)) (+.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 0 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 0 binary64))) |
(pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c))))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 #s(literal 16 binary64) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (sqrt.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
| 1× | egg-herbie |
| 11 458× | accelerator-lowering-fma.f32 |
| 11 458× | accelerator-lowering-fma.f64 |
| 7 766× | *-lowering-*.f32 |
| 7 766× | *-lowering-*.f64 |
| 2 546× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 545 | 3249 |
| 1 | 1738 | 3208 |
| 2 | 6083 | 3180 |
| 0 | 8243 | 3023 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -4 (* a c)) |
(- (pow b 2) (* 4 (* a c))) |
(- (pow b 2) (* 4 (* a c))) |
(- (pow b 2) (* 4 (* a c))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* -4 (* a c)) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* -4 (* a c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
| Outputs |
|---|
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/32 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(* -2 (/ (* a c) b)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 b (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) (*.f64 b b)) #s(literal 2 binary64)))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 b (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 2 binary64))))) |
(* -2 (/ (* a c) b)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a))) |
(*.f64 a (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (-.f64 #s(literal 0 binary64) a)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 (fma.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)))) a) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -2 (/ (* a c) b)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (-.f64 #s(literal 0 binary64) c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) (/.f64 b (-.f64 #s(literal 0 binary64) c))))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) (/.f64 b (-.f64 #s(literal 0 binary64) c)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal -1/64 binary64)))) c) b) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 b (fma.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(* -1 (/ b a)) |
(/.f64 b (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(*.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) (*.f64 (*.f64 a a) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64)))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a)))) |
(+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(-.f64 #s(literal 0 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 b #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(-.f64 #s(literal 0 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 b #s(literal 1/2 binary64) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)))) (-.f64 #s(literal 0 binary64) a))) a))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 c #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (fma.f64 b (/.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) c))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/8 binary64)))) c)) c)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/32 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 b b) (fma.f64 b (*.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (fma.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) (*.f64 b b)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 b (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))))) (sqrt.f64 #s(literal -4 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))) |
(*.f64 a (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))))) (sqrt.f64 #s(literal -4 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
(*.f64 a (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))))) (sqrt.f64 #s(literal -4 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (/.f64 c b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
(*.f64 c (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64))))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)))))))) |
Compiled 22 296 to 1 987 computations (91.1% saved)
27 alts after pruning (27 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 529 | 27 | 556 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 530 | 27 | 557 |
| Status | Accuracy | Program |
|---|---|---|
| 86.4% | (fma.f64 a (/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) | |
| ▶ | 89.5% | (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
| 86.2% | (/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) (*.f64 #s(literal 2 binary64) a)) | |
| 56.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 56.7% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
| ▶ | 79.1% | (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
| 58.4% | (/.f64 (-.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 86.4% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) | |
| 57.9% | (/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) | |
| 57.4% | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 57.2% | (/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 57.8% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
| 57.7% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) | |
| 57.9% | (/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) | |
| 79.3% | (/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 #s(literal 2 binary64) a)) | |
| 86.2% | (/.f64 (*.f64 c (fma.f64 c (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) | |
| 62.0% | (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 89.5% | (/.f64 (*.f64 a (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) (*.f64 #s(literal 2 binary64) a)) | |
| 57.0% | (-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) | |
| ▶ | 62.1% | (-.f64 #s(literal 0 binary64) (/.f64 c b)) |
| 89.5% | (+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) (*.f64 (*.f64 a a) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64)))))) | |
| 57.9% | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) | |
| 86.3% | (*.f64 c (fma.f64 c (fma.f64 (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 c #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) | |
| 89.4% | (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) | |
| 79.2% | (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) | |
| 79.3% | (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
Compiled 1 742 to 956 computations (45.1% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) |
| ✓ | cost-diff | 384 | (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) |
| ✓ | cost-diff | 2880 | (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) |
| ✓ | cost-diff | 384 | (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)) |
| ✓ | cost-diff | 1024 | (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | cost-diff | 0 | (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | cost-diff | 192 | (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) |
| ✓ | cost-diff | 0 | (/.f64 c b) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) (/.f64 c b)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
| ✓ | cost-diff | 0 | (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
| ✓ | cost-diff | 256 | (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) |
| ✓ | cost-diff | 1280 | (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) |
| 6 414× | accelerator-lowering-fma.f32 |
| 6 414× | accelerator-lowering-fma.f64 |
| 4 876× | *-lowering-*.f32 |
| 4 876× | *-lowering-*.f64 |
| 3 984× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 69 | 714 |
| 1 | 211 | 686 |
| 2 | 687 | 629 |
| 3 | 2966 | 606 |
| 4 | 5862 | 606 |
| 0 | 8112 | 581 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (* -2 (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))) (- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c))) b) |
(+ (* -2 (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))) (- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c))) |
-2 |
(/ (* c (* a (* a (* c c)))) (* (* b b) (* b b))) |
(* c (* a (* a (* c c)))) |
c |
(* a (* a (* c c))) |
a |
(* a (* c c)) |
(* c c) |
(* (* b b) (* b b)) |
(* b b) |
b |
(- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c)) |
(* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) |
-1/4 |
(* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6)))) |
(* (pow a 4) (pow c 4)) |
(pow a 4) |
4 |
(pow c 4) |
(/ 20 (* a (pow b 6))) |
20 |
(* a (pow b 6)) |
(pow b 6) |
6 |
(+ (* (* c c) (/ a (* b b))) c) |
(/ a (* b b)) |
(- 0 (/ c b)) |
0 |
(/ c b) |
c |
b |
(/ (+ (neg b) (sqrt (+ (* a (* c -4)) (* b b)))) (* 2 a)) |
(+ (neg b) (sqrt (+ (* a (* c -4)) (* b b)))) |
(neg b) |
b |
(sqrt (+ (* a (* c -4)) (* b b))) |
(+ (* a (* c -4)) (* b b)) |
a |
(* c -4) |
c |
-4 |
(* b b) |
(* 2 a) |
2 |
(/ (/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b) (* 2 a)) |
(/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b) |
(* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) |
-2 |
(+ (* a (/ (* a (* c c)) (* b b))) (* a c)) |
a |
(/ (* a (* c c)) (* b b)) |
(* a (* c c)) |
(* c c) |
c |
(* b b) |
b |
(* a c) |
(* 2 a) |
2 |
(/ (/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) (* 2 a)) |
(/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) |
(- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) |
(* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) |
(sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) |
(+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0)))) |
-16 |
(* a (* c (* a c))) |
a |
(* c (* a c)) |
c |
(* a c) |
(* b (* b (+ (* b b) 0))) |
b |
(* b (+ (* b b) 0)) |
(+ (* b b) 0) |
0 |
(* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0)) |
(sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) |
(+ (* (* 4 a) c) (+ (* b b) 0)) |
(* 4 a) |
4 |
(* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b) |
(* 2 a) |
2 |
| Outputs |
|---|
(/ (+ (* -2 (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))) (- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c))) b) |
(/.f64 (fma.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) c))) b) |
(+ (* -2 (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))) (- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c))) |
(fma.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
-2 |
#s(literal -2 binary64) |
(/ (* c (* a (* a (* c c)))) (* (* b b) (* b b))) |
(/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c a)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* c (* a (* a (* c c)))) |
(*.f64 a (*.f64 c (*.f64 c (*.f64 c a)))) |
c |
(* a (* a (* c c))) |
(*.f64 c (*.f64 c (*.f64 a a))) |
a |
(* a (* c c)) |
(*.f64 c (*.f64 c a)) |
(* c c) |
(*.f64 c c) |
(* (* b b) (* b b)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* b b) |
(fma.f64 b b #s(literal 0 binary64)) |
b |
(- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c)) |
(fma.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (fma.f64 c (fma.f64 c (-.f64 #s(literal 0 binary64) (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) #s(literal -1 binary64)) #s(literal 0 binary64))) |
(* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) |
(fma.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) #s(literal 0 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
(* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
(pow c 4) |
(pow.f64 c #s(literal 4 binary64)) |
(/ 20 (* a (pow b 6))) |
(/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
20 |
#s(literal 20 binary64) |
(* a (pow b 6)) |
(*.f64 a (pow.f64 b #s(literal 6 binary64))) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
6 |
#s(literal 6 binary64) |
(+ (* (* c c) (/ a (* b b))) c) |
(*.f64 c (fma.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) |
(/ a (* b b)) |
(/.f64 a (fma.f64 b b #s(literal 0 binary64))) |
(- 0 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
0 |
#s(literal 0 binary64) |
(/ c b) |
(/.f64 c b) |
c |
b |
(/ (+ (neg b) (sqrt (+ (* a (* c -4)) (* b b)))) (* 2 a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(+ (neg b) (sqrt (+ (* a (* c -4)) (* b b)))) |
(-.f64 (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64)))) b) |
(neg b) |
(-.f64 #s(literal 0 binary64) b) |
b |
(sqrt (+ (* a (* c -4)) (* b b))) |
(sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64)))) |
(+ (* a (* c -4)) (* b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64))) |
a |
(* c -4) |
(*.f64 c #s(literal -4 binary64)) |
c |
-4 |
#s(literal -4 binary64) |
(* b b) |
(fma.f64 b b #s(literal 0 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(/ (/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b) (* 2 a)) |
(/.f64 (*.f64 (fma.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) c)) (*.f64 b #s(literal 2 binary64))) |
(/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (fma.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 c a))) b) |
(* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) |
(*.f64 #s(literal -2 binary64) (*.f64 (fma.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 c a))) |
-2 |
#s(literal -2 binary64) |
(+ (* a (/ (* a (* c c)) (* b b))) (* a c)) |
(*.f64 (fma.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 c a)) |
a |
(/ (* a (* c c)) (* b b)) |
(fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(* a (* c c)) |
(*.f64 c (*.f64 c a)) |
(* c c) |
(*.f64 c c) |
c |
(* b b) |
(fma.f64 b b #s(literal 0 binary64)) |
b |
(* a c) |
(*.f64 c a) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(/ (/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) (* 2 a)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (/.f64 (sqrt.f64 (fma.f64 c (*.f64 a (*.f64 c (*.f64 a #s(literal -16 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64))))) b) a) #s(literal 0 binary64)) |
(/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 c (*.f64 a (*.f64 c (*.f64 a #s(literal -16 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64))))) b) |
(- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) |
(fma.f64 b (fma.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 c (*.f64 a (*.f64 c (*.f64 a #s(literal -16 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) |
(fma.f64 b (sqrt.f64 (fma.f64 c (*.f64 a (*.f64 c (*.f64 a #s(literal -16 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) |
(sqrt.f64 (fma.f64 c (*.f64 a (*.f64 c (*.f64 a #s(literal -16 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0)))) |
(fma.f64 c (*.f64 a (*.f64 c (*.f64 a #s(literal -16 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
-16 |
#s(literal -16 binary64) |
(* a (* c (* a c))) |
(*.f64 c (*.f64 c (*.f64 a a))) |
a |
(* c (* a c)) |
(*.f64 c (*.f64 c a)) |
c |
(* a c) |
(*.f64 c a) |
(* b (* b (+ (* b b) 0))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
b |
(* b (+ (* b b) 0)) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+ (* b b) 0) |
(fma.f64 b b #s(literal 0 binary64)) |
0 |
#s(literal 0 binary64) |
(* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) |
(sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64)))) |
(+ (* (* 4 a) c) (+ (* b b) 0)) |
(fma.f64 #s(literal 4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64))) |
(* 4 a) |
(*.f64 a #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
(* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b) |
(fma.f64 b (sqrt.f64 (fma.f64 #s(literal 4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.5% | (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64))) |
| ✓ | accuracy | 99.5% | (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
| ✓ | accuracy | 99.4% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) |
| ✓ | accuracy | 57.8% | (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 a (*.f64 c c)) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
| ✓ | accuracy | 99.6% | (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) |
| ✓ | accuracy | 99.8% | (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b))) |
| ✓ | accuracy | 99.6% | (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
| ✓ | accuracy | 99.6% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | accuracy | 58.3% | (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) |
| ✓ | accuracy | 100.0% | (/.f64 c b) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 0 binary64) (/.f64 c b)) |
| ✓ | accuracy | 99.4% | (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
| ✓ | accuracy | 99.4% | (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) |
| ✓ | accuracy | 99.2% | (*.f64 (*.f64 b b) (*.f64 b b)) |
| 86.0ms | 179× | 0 | valid |
| 68.0ms | 72× | 1 | valid |
| 5.0ms | 1× | 2 | valid |
| 4.0ms | 3× | 4 | valid |
| 2.0ms | 1× | 5 | exit |
Compiled 718 to 71 computations (90.1% saved)
ival-mult: 48.0ms (43.4% of total)ival-div: 20.0ms (18.1% of total)ival-add: 13.0ms (11.7% of total)adjust: 7.0ms (6.3% of total)ival-sqrt: 7.0ms (6.3% of total)ival-pow: 7.0ms (6.3% of total)ival-sub: 6.0ms (5.4% of total)ival-neg: 1.0ms (0.9% of total)exact: 1.0ms (0.9% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* -2 (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))) (- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c)))> |
#<alt (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6)))))> |
#<alt (/ (+ (* -2 (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))) (- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c))) b)> |
#<alt (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))> |
#<alt (- 0 (/ c b))> |
#<alt (/ c b)> |
#<alt (+ (neg b) (sqrt (+ (* a (* c -4)) (* b b))))> |
#<alt (/ (+ (neg b) (sqrt (+ (* a (* c -4)) (* b b)))) (* 2 a))> |
#<alt (sqrt (+ (* a (* c -4)) (* b b)))> |
#<alt (+ (* a (* c -4)) (* b b))> |
#<alt (/ (/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b) (* 2 a))> |
#<alt (+ (* a (/ (* a (* c c)) (* b b))) (* a c))> |
#<alt (/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b)> |
#<alt (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))> |
#<alt (/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b))> |
#<alt (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0)))> |
#<alt (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0)))))> |
#<alt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))> |
#<alt (* (* b b) (* b b))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))> |
#<alt (/ (* a (* c c)) (* b b))> |
#<alt (* a (* c c))> |
#<alt (* b (* b (+ (* b b) 0)))> |
#<alt (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))> |
| Outputs |
|---|
#<alt (* -1 c)> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 2))) 1))> |
#<alt (* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1))> |
#<alt (* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c))))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c)> |
#<alt (- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c)> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2)))))))> |
#<alt (* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))> |
#<alt (+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a)))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))> |
#<alt (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))> |
#<alt (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (pow b 2)> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (pow b 2)> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
#<alt (* -4 (* a c))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* a c)> |
#<alt (* a (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* a (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* a (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* a c)> |
#<alt (* c (+ a (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (* c (+ a (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (* c (+ a (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2))> |
#<alt (/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2))> |
#<alt (/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2))> |
#<alt (* a c)> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* a c)> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))> |
#<alt (* -2 (* a c))> |
#<alt (* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))))> |
#<alt (* -2 (* a c))> |
#<alt (* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2))> |
#<alt (* -2 (* a c))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (* -2 (* a c))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (* 4 (/ (pow c 2) (pow b 3)))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (+ (* 4 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ (* c (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))) (pow b 3))) (* b (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))))))))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (+ (* 4 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ (* c (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))) (pow b 3))) (+ (* a (- (+ (* -32 (/ (pow c 4) (pow b 7))) (+ (* -1/2 (* b (* (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6)))) (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))))) (+ (* 8 (/ (pow c 4) (pow b 7))) (* b (* c (+ (* 2 (/ (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))) (pow b 2))) (* 64 (/ (pow c 3) (pow b 8))))))))) (* -1/2 (/ (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))) b)))) (* b (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6)))))))))))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* 1/2 (* (sqrt (/ a c)) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b)))> |
#<alt (* a (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3)))))))))> |
#<alt (* a (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3))))))))))> |
#<alt (* a (+ (* -1 (* (sqrt (/ c (pow a 7))) (/ (* (+ (* 1/256 (/ (* a (pow b 4)) (pow c 3))) (* 1/256 (/ (pow b 6) (pow c 4)))) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))) b))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (* (pow b 2) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3)))))) (* 1/2 (* (sqrt (/ 1 (* (pow a 9) c))) (- (* -1/8 (/ (pow b 8) (* (pow c 3) (pow (sqrt -16) 3)))) (* -1/64 (* (sqrt (/ (pow a 3) (pow c 3))) (pow b 5)))))))))))))> |
#<alt (* -1 (* (sqrt (/ a c)) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)))> |
#<alt (* -1 (* a (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))> |
#<alt (* -1 (* a (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 3) (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4)))))))))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -1) (* (+ (* -1/1024 (/ (* a (pow b 4)) (* (pow c 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow c 4)))) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (* b (sqrt -1/4))))) (+ (* -1/32 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (* (sqrt -1) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (* (sqrt -1/4) (- (* -1/8 (/ (pow b 8) (* (pow c 3) (pow (sqrt -16) 3)))) (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt -4) 3)))))))))) a)) (* -1/128 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4))))) (pow a 3))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4)))))))))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (* 4 (/ (pow a 2) (pow b 3)))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (+ (* 4 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ (* a (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))) (pow b 3))) (* a (* b (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))))))))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (+ (* 4 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ (* a (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))) (pow b 3))) (+ (* a (* b (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6)))))) (* c (- (+ (* -32 (/ (pow a 4) (pow b 7))) (+ (* -1/2 (* b (* (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6)))) (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))))) (+ (* 8 (/ (pow a 4) (pow b 7))) (* a (* b (+ (* 2 (/ (* a (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))) (pow b 2))) (* 64 (/ (pow a 3) (pow b 8))))))))) (* -1/2 (/ (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))) b)))))))))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b)))> |
#<alt (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3)))))))))> |
#<alt (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3))))))))))> |
#<alt (* c (+ (* -1 (* (sqrt (/ a (pow c 7))) (/ (* (+ (* 1/256 (/ (* (pow b 4) c) (pow a 3))) (* 1/256 (/ (pow b 6) (pow a 4)))) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))) b))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (* (pow b 2) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3)))))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 9)))) (- (* -1/8 (/ (pow b 8) (* (pow a 3) (pow (sqrt -16) 3)))) (* -1/64 (* (sqrt (/ (pow c 3) (pow a 3))) (pow b 5)))))))))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)))> |
#<alt (* -1 (* c (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))> |
#<alt (* -1 (* c (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 3) (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4)))))))))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -1) (* (+ (* -1/1024 (/ (* (pow b 4) c) (* (pow a 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow a 4)))) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (* b (sqrt -1/4))))) (+ (* -1/32 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (* (sqrt -1) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (* (sqrt -1/4) (- (* -1/8 (/ (pow b 8) (* (pow a 3) (pow (sqrt -16) 3)))) (* -1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt -4) 3)))))))))) c)) (* -1/128 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 3) (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4))))) (pow c 3))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4)))))))))))))> |
#<alt (* 1/2 (* (sqrt (* a c)) (sqrt -16)))> |
#<alt (+ (* -1 b) (* 1/2 (* (sqrt (* a c)) (sqrt -16))))> |
#<alt (+ (* 1/2 (* (sqrt (* a c)) (sqrt -16))) (* b (- (* -1/16 (* (sqrt (/ 1 (* a c))) (* b (sqrt -16)))) 1)))> |
#<alt (+ (* 1/2 (* (sqrt (* a c)) (sqrt -16))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* a c))) (sqrt -16))) (* (pow b 2) (+ (* 3/256 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (sqrt -16))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (sqrt -16)))))))) 1)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -2 (* a c)) (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* a (* c (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))) (+ (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (/ (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))) (pow b 4))))))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (- (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* a (* c (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))) (+ (* -1/2 (/ (* (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2))))) (pow b 6))) (+ (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (/ (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))) (pow b 4)) (/ (* a (* c (+ (* 2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2))))))) (* 64 (* (pow a 3) (pow c 3)))))) (pow b 6))))))))))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2))) (* -1 (/ (- (+ (* -16 (* (pow a 2) (pow c 2))) (* 16 (* (pow a 2) (pow c 2)))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -1 (/ (+ (* -4 (* (pow a 3) (pow c 3))) (+ (* -2 (* a (* c (- (* 8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2))))))) (+ (* 2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2))))))) (+ (* 64 (* (pow a 3) (pow c 3))) (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))))))) (pow b 6))) (+ (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2))) (* -1 (/ (- (+ (* -16 (* (pow a 2) (pow c 2))) (* 16 (* (pow a 2) (pow c 2)))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 4))))))))> |
#<alt (* -2 (* a (* b c)))> |
#<alt (* a (- (* a (- (* -8 (/ (pow c 2) b)) (* -2 (/ (pow c 2) b)))) (* 2 (* b c))))> |
#<alt (* a (- (* a (- (+ (* -8 (/ (pow c 2) b)) (* -4 (/ (* a (pow c 3)) (pow b 3)))) (* -2 (/ (pow c 2) b)))) (* 2 (* b c))))> |
#<alt (* a (- (* a (- (+ (* -8 (/ (pow c 2) b)) (* a (- (* a (- (* -32 (/ (pow c 4) (pow b 5))) (* -1/2 (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))))))) (* 4 (/ (pow c 3) (pow b 3)))))) (* -2 (/ (pow c 2) b)))) (* 2 (* b c))))> |
#<alt (* a (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))> |
#<alt (* a (- (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))> |
#<alt (* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))))> |
#<alt (* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))))> |
#<alt (* -1 (* a (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))> |
#<alt (* -1 (* a (- (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))> |
#<alt (* -1 (* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))))> |
#<alt (* -1 (* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))))> |
#<alt (* -2 (* a (* b c)))> |
#<alt (* c (- (* c (- (* -8 (/ (pow a 2) b)) (* -2 (/ (pow a 2) b)))) (* 2 (* a b))))> |
#<alt (* c (- (* c (- (+ (* -8 (/ (pow a 2) b)) (* -4 (/ (* (pow a 3) c) (pow b 3)))) (* -2 (/ (pow a 2) b)))) (* 2 (* a b))))> |
#<alt (* c (- (* c (- (+ (* -8 (/ (pow a 2) b)) (* c (- (* c (- (* -32 (/ (pow a 4) (pow b 5))) (* -1/2 (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))))))) (* 4 (/ (pow a 3) (pow b 3)))))) (* -2 (/ (pow a 2) b)))) (* 2 (* a b))))> |
#<alt (* c (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))> |
#<alt (* c (- (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))> |
#<alt (* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))))> |
#<alt (* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))))> |
#<alt (* -1 (* c (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))> |
#<alt (* -1 (* c (- (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))> |
#<alt (* -1 (* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))))> |
#<alt (* -1 (* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))))> |
#<alt (* a (* b (* c (sqrt -16))))> |
#<alt (* b (+ (* -2 (* (sqrt (* a c)) b)) (* a (* c (sqrt -16)))))> |
#<alt (* b (+ (* a (* c (sqrt -16))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (pow b 2))) (* 2 (sqrt (* a c)))))))> |
#<alt (* b (+ (* a (* c (sqrt -16))) (* b (- (* (pow b 2) (- (* 1/2 (/ b (* a (* c (sqrt -16))))) (* 1/4 (sqrt (/ 1 (* a c)))))) (* 2 (sqrt (* a c)))))))> |
#<alt (* -2 (* a (* b c)))> |
#<alt (* b (- (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 2 (* a c)))))> |
#<alt (* b (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 2 (* a c)))))> |
#<alt (* b (- (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (* a c)) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))))))))> |
#<alt (* 2 (pow b 3))> |
#<alt (* -1 (* (pow b 3) (- (* -2 (/ (* a c) (pow b 2))) 2)))> |
#<alt (* -1 (* (pow b 3) (- (* 8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))))))> |
#<alt (* -1 (* (pow b 3) (- (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (* 8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (+ 2 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))))))> |
#<alt (pow b 2)> |
#<alt (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (pow b 2))> |
#<alt (+ (* (pow a 2) (+ (* -32 (/ (* (pow a 2) (pow c 4)) (pow b 6))) (* -8 (/ (pow c 2) (pow b 2))))) (pow b 2))> |
#<alt (+ (* (pow a 2) (+ (* -8 (/ (pow c 2) (pow b 2))) (* (pow a 2) (+ (* -256 (/ (* (pow a 2) (pow c 6)) (pow b 10))) (* -32 (/ (pow c 4) (pow b 6))))))) (pow b 2))> |
#<alt (* a (* c (sqrt -16)))> |
#<alt (* a (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))> |
#<alt (* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))))> |
#<alt (* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))))> |
#<alt (* -1 (* a (* c (sqrt -16))))> |
#<alt (* -1 (* a (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))))> |
#<alt (* -1 (* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))))> |
#<alt (* -1 (* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))))))> |
#<alt (pow b 2)> |
#<alt (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (pow b 2))> |
#<alt (+ (* (pow c 2) (+ (* -32 (/ (* (pow a 4) (pow c 2)) (pow b 6))) (* -8 (/ (pow a 2) (pow b 2))))) (pow b 2))> |
#<alt (+ (* (pow c 2) (+ (* -8 (/ (pow a 2) (pow b 2))) (* (pow c 2) (+ (* -256 (/ (* (pow a 6) (pow c 2)) (pow b 10))) (* -32 (/ (pow a 4) (pow b 6))))))) (pow b 2))> |
#<alt (* a (* c (sqrt -16)))> |
#<alt (* c (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))> |
#<alt (* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))))> |
#<alt (* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))))> |
#<alt (* -1 (* a (* c (sqrt -16))))> |
#<alt (* -1 (* c (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))))> |
#<alt (* -1 (* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))))> |
#<alt (* -1 (* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))))))> |
#<alt (* a (* c (sqrt -16)))> |
#<alt (+ (* 1/2 (/ (pow b 4) (* a (* c (sqrt -16))))) (* a (* c (sqrt -16))))> |
#<alt (+ (* a (* c (sqrt -16))) (* (pow b 4) (+ (* -1/8 (/ (pow b 4) (* (pow a 3) (* (pow c 3) (pow (sqrt -16) 3))))) (* 1/2 (/ 1 (* a (* c (sqrt -16))))))))> |
#<alt (+ (* a (* c (sqrt -16))) (* (pow b 4) (+ (* (pow b 4) (- (* 1/16 (/ (pow b 4) (* (pow a 5) (* (pow c 5) (pow (sqrt -16) 5))))) (* 1/8 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -16) 3))))))) (* 1/2 (/ 1 (* a (* c (sqrt -16))))))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (* (pow b 2) (+ 1 (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* (pow b 2) (+ 1 (+ (* -256 (/ (* (pow a 6) (pow c 6)) (pow b 12))) (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (* (pow b 2) (+ 1 (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* (pow b 2) (+ 1 (+ (* -256 (/ (* (pow a 6) (pow c 6)) (pow b 12))) (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (pow b 4)> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (* -16 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2))))> |
#<alt (* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2))))> |
#<alt (* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2))))> |
#<alt (* -16 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2))))> |
#<alt (* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2))))> |
#<alt (* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2))))> |
#<alt (pow b 4)> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (* -16 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2))))> |
#<alt (* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2))))> |
#<alt (* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2))))> |
#<alt (* -16 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2))))> |
#<alt (* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2))))> |
#<alt (* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2))))> |
#<alt (* -16 (* (pow a 2) (pow c 2)))> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4))> |
#<alt (pow b 4)> |
#<alt (* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (pow b 4)> |
#<alt (* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* (pow a 4) (pow c 4))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 3)> |
#<alt (+ (* 2 (* a (* b c))) (pow b 3))> |
#<alt (+ (* a (+ (* -2 (/ (* a (pow c 2)) b)) (* 2 (* b c)))) (pow b 3))> |
#<alt (+ (* a (+ (* 2 (* b c)) (* a (+ (* -2 (/ (pow c 2) b)) (* 4 (/ (* a (pow c 3)) (pow b 3))))))) (pow b 3))> |
#<alt (* 2 (* (sqrt (* a c)) (pow b 2)))> |
#<alt (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))> |
#<alt (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))> |
#<alt (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))))> |
#<alt (pow b 3)> |
#<alt (+ (* 2 (* a (* b c))) (pow b 3))> |
#<alt (+ (* c (+ (* -2 (/ (* (pow a 2) c) b)) (* 2 (* a b)))) (pow b 3))> |
#<alt (+ (* c (+ (* 2 (* a b)) (* c (+ (* -2 (/ (pow a 2) b)) (* 4 (/ (* (pow a 3) c) (pow b 3))))))) (pow b 3))> |
#<alt (* 2 (* (sqrt (* a c)) (pow b 2)))> |
#<alt (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))> |
#<alt (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))> |
#<alt (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))))> |
#<alt (* 2 (* (sqrt (* a c)) (pow b 2)))> |
#<alt (* (pow b 2) (+ (* 1/4 (* (sqrt (/ 1 (* a c))) (pow b 2))) (* 2 (sqrt (* a c)))))> |
#<alt (* (pow b 2) (+ (* 2 (sqrt (* a c))) (* (pow b 2) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (pow b 2))) (* 1/4 (sqrt (/ 1 (* a c))))))))> |
#<alt (* (pow b 2) (+ (* 2 (sqrt (* a c))) (* (pow b 2) (+ (* 1/4 (sqrt (/ 1 (* a c)))) (* (pow b 2) (+ (* -1/64 (sqrt (/ 1 (* (pow a 3) (pow c 3))))) (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (pow b 2)))))))))> |
#<alt (pow b 3)> |
#<alt (* (pow b 3) (+ 1 (* 2 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))))> |
#<alt (* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 2 (/ (* a c) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))))> |
#<alt (* -1 (pow b 3))> |
#<alt (* -1 (* (pow b 3) (+ 1 (* 2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))))> |
#<alt (* -1 (* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 2 (/ (* a c) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))))))))> |
201 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | b | @ | 0 | (/ (/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b) (* 2 a)) |
| 7.0ms | a | @ | -inf | (/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) |
| 4.0ms | a | @ | 0 | (/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) |
| 4.0ms | b | @ | inf | (/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) |
| 3.0ms | a | @ | inf | (/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) |
| 1× | batch-egg-rewrite |
| 5 014× | accelerator-lowering-fma.f32 |
| 5 014× | accelerator-lowering-fma.f64 |
| 4 718× | *-lowering-*.f32 |
| 4 718× | *-lowering-*.f64 |
| 2 776× | pow-lowering-pow.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 68 | 410 |
| 1 | 429 | 360 |
| 2 | 3832 | 353 |
| 0 | 8491 | 333 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* -2 (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))) (- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c))) |
(* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) |
(/ (+ (* -2 (/ (* c (* a (* a (* c c)))) (* (* b b) (* b b)))) (- (* -1/4 (* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6))))) (+ (* (* c c) (/ a (* b b))) c))) b) |
(/ (* c (* a (* a (* c c)))) (* (* b b) (* b b))) |
(- 0 (/ c b)) |
(/ c b) |
(+ (neg b) (sqrt (+ (* a (* c -4)) (* b b)))) |
(/ (+ (neg b) (sqrt (+ (* a (* c -4)) (* b b)))) (* 2 a)) |
(sqrt (+ (* a (* c -4)) (* b b))) |
(+ (* a (* c -4)) (* b b)) |
(/ (/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b) (* 2 a)) |
(+ (* a (/ (* a (* c c)) (* b b))) (* a c)) |
(/ (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) b) |
(* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) |
(/ (- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) b)) |
(- (* (sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) b) (* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0))) |
(sqrt (+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0))))) |
(+ (* -16 (* a (* c (* a c)))) (* b (* b (+ (* b b) 0)))) |
(* (* b b) (* b b)) |
(* (pow a 4) (pow c 4)) |
(* (* (pow a 4) (pow c 4)) (/ 20 (* a (pow b 6)))) |
(/ (* a (* c c)) (* b b)) |
(* a (* c c)) |
(* b (* b (+ (* b b) 0))) |
(* (sqrt (+ (* (* 4 a) c) (+ (* b b) 0))) (+ (* b b) 0)) |
| Outputs |
|---|
(+.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(+.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) |
(-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (-.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) |
(-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 c (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c))) (/.f64 (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) c) |
(-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) c) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) |
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -2 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) #s(literal -1/4 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -1/4 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) #s(literal -1/4 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) #s(literal 3 binary64)) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))))))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) (neg.f64 (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 #s(literal -2 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 #s(literal -2 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) b) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) #s(literal 20 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64))) (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64))) (+.f64 (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) #s(literal 3 binary64)) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) (neg.f64 (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(/.f64 (fma.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) #s(literal 3 binary64)) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) (neg.f64 (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (+.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 2 binary64)) (fma.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (+.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) |
(pow.f64 (/.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) #s(literal 20 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64)))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) #s(literal -20 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) #s(literal 1 binary64)) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) #s(literal -1/4 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) |
(*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) #s(literal -1/4 binary64))) |
(*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -1/4 binary64))) |
(*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) #s(literal -1/4 binary64)) |
(*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) |
(*.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) |
(*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) #s(literal 20 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) b) (/.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) b)) |
(neg.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) b)) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64))) (*.f64 b (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64))) (*.f64 b (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) b)) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) #s(literal 1 binary64)) b) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b)) (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) b)) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) #s(literal -1 binary64)) b) |
(pow.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))))) |
(*.f64 (pow.f64 (/.f64 b (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal 2 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))))) #s(literal -1 binary64))) |
(neg.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 c a) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c a) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) b) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) #s(literal 1 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (*.f64 a (*.f64 c a)))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) b) b) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 c b) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 c b) (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))) (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (*.f64 c a) (*.f64 (*.f64 a (*.f64 c c)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (*.f64 c a) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 (*.f64 c a) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 c (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) c) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 b (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 c a) b) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) b) (/.f64 c (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 c b)) |
(*.f64 (/.f64 c (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) b)) |
(*.f64 (/.f64 (*.f64 c a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) b)) |
(*.f64 (*.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) a) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (*.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) a) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1 binary64)) (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -1 binary64)) (/.f64 c b)) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) c) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c a)) #s(literal -1 binary64)) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 c a)) #s(literal -1 binary64)) (/.f64 (*.f64 a (*.f64 c c)) b)) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 c b))) |
(fma.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 c b) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 b c) #s(literal 0 binary64)) |
(neg.f64 (/.f64 c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) b) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (-.f64 #s(literal 0 binary64) (/.f64 c b))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c b)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 c b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c b)))) |
(pow.f64 (/.f64 c b) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 (/.f64 b c)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 c b) (-.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 c b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 b c)) |
(+.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+.f64 (/.f64 c b) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b c)) #s(literal -1 binary64))) |
(fma.f64 c (/.f64 #s(literal 1 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 c b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) c #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64)) #s(literal 0 binary64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(/.f64 c b) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b c) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b c))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1 binary64)) b) |
(pow.f64 (/.f64 b c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) c) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(+.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) |
(-.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(-.f64 (+.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) b) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (pow.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (neg.f64 (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 #s(literal -2 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal -2 binary64) a)) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)))) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) (neg.f64 (*.f64 #s(literal -2 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) a) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) |
(sqrt.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))) |
(/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))))))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))))))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) #s(literal 0 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))))) |
(/.f64 (sqrt.f64 (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
(/.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))))) #s(literal 1/2 binary64)) |
(*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))))) |
(*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))))) |
(*.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(+.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(+.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(+.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) |
(+.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (fma.f64 b b #s(literal 0 binary64))) |
(+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(exp.f64 (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(exp.f64 (fma.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))) #s(literal 1/2 binary64) (*.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)))) |
(hypot.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (fma.f64 b b #s(literal 0 binary64))) |
(hypot.f64 (*.f64 #s(literal 4 binary64) (*.f64 c a)) (fma.f64 b b #s(literal 0 binary64))) |
(-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (fma.f64 b b #s(literal 0 binary64))) |
(-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(-.f64 (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 c (*.f64 #s(literal -4 binary64) a) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 b b (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 b (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 b (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) b (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) b (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 #s(literal -4 binary64) (*.f64 c a) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 b b #s(literal 0 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 1 binary64)) b (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 1 binary64)) b (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(fma.f64 (pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (neg.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a)))))) |
(/.f64 (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) #s(literal 4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)) (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (*.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) |
(pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) |
(*.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b)) (*.f64 #s(literal -2 binary64) a))) |
(neg.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b)) (neg.f64 (*.f64 #s(literal -2 binary64) a))) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (neg.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) b) (*.f64 #s(literal -2 binary64) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) b)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))))) |
(/.f64 (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) b)) a) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) #s(literal 1 binary64)) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b)) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 a #s(literal 2 binary64))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b)) a) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 #s(literal -2 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) b) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 a (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -2 binary64) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b)) |
(*.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal -2 binary64) b)) |
(*.f64 (/.f64 #s(literal -2 binary64) a) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) b))) |
(*.f64 (pow.f64 (/.f64 a #s(literal -2 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c a)) |
(+.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))))) |
(fma.f64 c a (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 c (*.f64 (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) a) (*.f64 c a)) |
(fma.f64 a c (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c a)) |
(fma.f64 (*.f64 c c) (*.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) a) (*.f64 c a)) |
(fma.f64 (*.f64 a (*.f64 c c)) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (*.f64 c a)) |
(fma.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 c c)) (*.f64 c a)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) a (*.f64 c a)) |
(fma.f64 (*.f64 c a) (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) (*.f64 c a)) |
(fma.f64 (/.f64 a b) (/.f64 (*.f64 a (*.f64 c c)) b) (*.f64 c a)) |
(fma.f64 (/.f64 a b) (*.f64 (/.f64 (*.f64 c c) b) a) (*.f64 c a)) |
(fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c a)) |
(fma.f64 (*.f64 a a) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 c a)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) b) (/.f64 a b) (*.f64 c a)) |
(fma.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 c a)) |
(fma.f64 (/.f64 (*.f64 c a) b) (/.f64 (*.f64 c a) b) (*.f64 c a)) |
(fma.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b) (*.f64 c a)) |
(fma.f64 (*.f64 a (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) (*.f64 c c) (*.f64 c a)) |
(fma.f64 (*.f64 a (/.f64 a b)) (/.f64 (*.f64 c c) b) (*.f64 c a)) |
(fma.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 c a)) |
(/.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) (fma.f64 (*.f64 c a) (-.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) (fma.f64 c (*.f64 a (*.f64 c a)) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 c a) (-.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))))) |
(/.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))))) (neg.f64 (fma.f64 (*.f64 c a) (-.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))))) (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (*.f64 a (fma.f64 (*.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c c)))) (fma.f64 c (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (-.f64 c (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (*.f64 a (fma.f64 c (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (/.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) c))) (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 c a) (-.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))))) #s(literal -1 binary64)) |
(*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) |
(*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) a) |
(*.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 c a) (-.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) b)) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) b) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) #s(literal -1 binary64)) b) |
(pow.f64 (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b)) |
(*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b)) |
(*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) #s(literal -2 binary64)) |
(+.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (*.f64 c a))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 c a))) |
(fma.f64 #s(literal -2 binary64) (*.f64 c a) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 a (*.f64 c #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 a (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 c a))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal -2 binary64) a) (*.f64 #s(literal -2 binary64) (*.f64 c a))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 c a))) |
(fma.f64 (*.f64 c a) #s(literal -2 binary64) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -2 binary64) a) c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 c a))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) a (*.f64 #s(literal -2 binary64) (*.f64 c a))) |
(fma.f64 (*.f64 #s(literal -2 binary64) c) a (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -8 binary64) (*.f64 (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))) #s(literal -8 binary64))) (fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 #s(literal -2 binary64) (*.f64 c a))) (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (*.f64 c a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 #s(literal -2 binary64) (*.f64 c a)))) (-.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a)))))) (fma.f64 (*.f64 c a) (-.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))))) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 c (*.f64 a (*.f64 c a))))) #s(literal -2 binary64)) (fma.f64 (*.f64 c a) (-.f64 (*.f64 c a) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) #s(literal -2 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) |
(*.f64 #s(literal -2 binary64) (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) |
(*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) |
(*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) #s(literal -2 binary64)) |
(*.f64 (*.f64 #s(literal -2 binary64) a) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) |
(+.f64 (/.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b))) |
(fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 b (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(fma.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(fma.f64 (/.f64 b b) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(fma.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (/.f64 b b) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(fma.f64 (/.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) b) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(fma.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) b) (/.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(neg.f64 (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b))))))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(/.f64 (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b) |
(/.f64 (-.f64 (*.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)) (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b))))) (fma.f64 (/.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)) (*.f64 (/.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) (fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b)))) |
(/.f64 (*.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) |
(/.f64 (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (/.f64 b (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(+.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(+.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(-.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(-.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) (/.f64 (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) (/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(fma.f64 b (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (-.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (-.f64 #s(literal 0 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64))) (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (sqrt.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (sqrt.f64 (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (sqrt.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))))) (sqrt.f64 (neg.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (sqrt.f64 (neg.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64)))) (sqrt.f64 (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))))) |
(pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64)))))) |
(*.f64 (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(-.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64)) (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 a (*.f64 c c)) (*.f64 a #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 (*.f64 c a) (*.f64 (*.f64 c a) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 #s(literal -16 binary64) (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal -16 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 (*.f64 a a) (*.f64 (*.f64 c c) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(fma.f64 (*.f64 a #s(literal -16 binary64)) (*.f64 a (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c c))) a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal -16 binary64) (*.f64 c a)) (*.f64 c a) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 #s(literal -16 binary64) (*.f64 a a)) (*.f64 c c) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -16 binary64)) c) (*.f64 c a) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -16 binary64)) a) (*.f64 c c) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -16 binary64)) (*.f64 c c)) a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -16 binary64)) (*.f64 c a)) c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64))) (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) (neg.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (neg.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64))) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64))))) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64))) (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4096 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 256 binary64) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 (*.f64 a (*.f64 c c)) #s(literal -16 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(exp.f64 (*.f64 #s(literal 4 binary64) (log.f64 b))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 4 binary64))) |
(exp.f64 (-.f64 (*.f64 #s(literal 6 binary64) (log.f64 b)) (*.f64 #s(literal 2 binary64) (log.f64 b)))) |
(exp.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 3 binary64)) (*.f64 #s(literal 2 binary64) (log.f64 b)))) |
(-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) |
(/.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (+.f64 #s(literal 0 binary64) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 4 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 4 binary64)) |
(*.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64))) |
(*.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 c a)) #s(literal 4 binary64))) |
(exp.f64 (fma.f64 #s(literal 4 binary64) (log.f64 a) (*.f64 #s(literal 4 binary64) (log.f64 c)))) |
(exp.f64 (fma.f64 #s(literal 4 binary64) (log.f64 c) (*.f64 #s(literal 4 binary64) (log.f64 a)))) |
(pow.f64 (*.f64 c a) #s(literal 4 binary64)) |
(pow.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 c a))) #s(literal 4 binary64)) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 c c) (*.f64 (*.f64 a a) (*.f64 a a)))) |
(*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a a) (*.f64 a a))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 c (*.f64 a (*.f64 c a)))) |
(*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c)))) |
(*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c c)) (*.f64 c c)) |
(*.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 a (*.f64 c c))) (*.f64 a a)) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64)))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -20 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 1 binary64)) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal -20 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 20 binary64) a) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) a) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) a) |
(pow.f64 (/.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64)))) #s(literal -1 binary64)) |
(*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 #s(literal 20 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))))) |
(*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c))))) |
(*.f64 (*.f64 a a) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 a a) (*.f64 a a))) |
(*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) a) (/.f64 #s(literal 20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 20 binary64) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (*.f64 c c) (/.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a (*.f64 c c)) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c c)) b) b) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 1 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c)))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 c c)) b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal 1 binary64)) (/.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (*.f64 (/.f64 a b) (*.f64 c c)) b) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 c c)) (/.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (*.f64 a (*.f64 c c)) b)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 a (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (*.f64 a (*.f64 c c)) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) |
(*.f64 (/.f64 c b) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 c b) (pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1 binary64))) |
(*.f64 (*.f64 c a) (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) |
(*.f64 (/.f64 (*.f64 c c) b) (/.f64 a b)) |
(*.f64 (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) a) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 c c))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 c a) b) (/.f64 c b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1 binary64)) (/.f64 c b)) |
(*.f64 c (*.f64 c a)) |
(*.f64 a (*.f64 c c)) |
(*.f64 (*.f64 c c) a) |
(*.f64 (*.f64 c a) c) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(exp.f64 (*.f64 #s(literal 4 binary64) (log.f64 b))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 4 binary64))) |
(exp.f64 (-.f64 (*.f64 #s(literal 6 binary64) (log.f64 b)) (*.f64 #s(literal 2 binary64) (log.f64 b)))) |
(exp.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 3 binary64)) (*.f64 #s(literal 2 binary64) (log.f64 b)))) |
(-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) |
(/.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (+.f64 #s(literal 0 binary64) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 4 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 4 binary64)) |
(*.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64))) |
(*.f64 (*.f64 b (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(+.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(+.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(exp.f64 (fma.f64 #s(literal 2 binary64) (log.f64 b) (*.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)))) |
(exp.f64 (fma.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal 4 binary64) (*.f64 c a)))) #s(literal 1/2 binary64) (*.f64 #s(literal 2 binary64) (log.f64 b)))) |
(-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(fma.f64 b (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 b (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(fma.f64 b (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(fma.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(fma.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b #s(literal 0 binary64)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 0 binary64)) (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 b (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (*.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) b) |
(*.f64 #s(literal -1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64))) |
| 1× | egg-herbie |
| 7 992× | *-lowering-*.f32 |
| 7 992× | *-lowering-*.f64 |
| 6 112× | accelerator-lowering-fma.f32 |
| 6 112× | accelerator-lowering-fma.f64 |
| 3 684× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1792 | 17407 |
| 1 | 5942 | 17272 |
| 0 | 8290 | 16665 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1 c) |
(* c (- (* -1 (/ (* a c) (pow b 2))) 1)) |
(* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1)) |
(* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c)))) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c) |
(- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6)) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c)))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c)))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5)))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* -4 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* -4 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -4 (* a c)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* a c) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* a c) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(* a c) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* a c) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(* -2 (/ (* a c) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(* -2 (* a c)) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(* -2 (* a c)) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(* -2 (* a c)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(* -2 (* a c)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (* 4 (/ (pow c 2) (pow b 3)))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (+ (* 4 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ (* c (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))) (pow b 3))) (* b (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))))))))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (+ (* 4 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ (* c (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))) (pow b 3))) (+ (* a (- (+ (* -32 (/ (pow c 4) (pow b 7))) (+ (* -1/2 (* b (* (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6)))) (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))))) (+ (* 8 (/ (pow c 4) (pow b 7))) (* b (* c (+ (* 2 (/ (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))) (pow b 2))) (* 64 (/ (pow c 3) (pow b 8))))))))) (* -1/2 (/ (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))) b)))) (* b (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6)))))))))))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* 1/2 (* (sqrt (/ a c)) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) |
(* a (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3))))))))) |
(* a (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3)))))))))) |
(* a (+ (* -1 (* (sqrt (/ c (pow a 7))) (/ (* (+ (* 1/256 (/ (* a (pow b 4)) (pow c 3))) (* 1/256 (/ (pow b 6) (pow c 4)))) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))) b))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (* (pow b 2) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3)))))) (* 1/2 (* (sqrt (/ 1 (* (pow a 9) c))) (- (* -1/8 (/ (pow b 8) (* (pow c 3) (pow (sqrt -16) 3)))) (* -1/64 (* (sqrt (/ (pow a 3) (pow c 3))) (pow b 5))))))))))))) |
(* -1 (* (sqrt (/ a c)) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b))) |
(* -1 (* a (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4)))))))))))) |
(* -1 (* a (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 3) (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -1) (* (+ (* -1/1024 (/ (* a (pow b 4)) (* (pow c 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow c 4)))) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (* b (sqrt -1/4))))) (+ (* -1/32 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (* (sqrt -1) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (* (sqrt -1/4) (- (* -1/8 (/ (pow b 8) (* (pow c 3) (pow (sqrt -16) 3)))) (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt -4) 3)))))))))) a)) (* -1/128 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4))))) (pow a 3))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (* 4 (/ (pow a 2) (pow b 3)))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (+ (* 4 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ (* a (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))) (pow b 3))) (* a (* b (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))))))))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (+ (* 4 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ (* a (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))) (pow b 3))) (+ (* a (* b (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6)))))) (* c (- (+ (* -32 (/ (pow a 4) (pow b 7))) (+ (* -1/2 (* b (* (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6)))) (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))))) (+ (* 8 (/ (pow a 4) (pow b 7))) (* a (* b (+ (* 2 (/ (* a (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))) (pow b 2))) (* 64 (/ (pow a 3) (pow b 8))))))))) (* -1/2 (/ (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))) b)))))))))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* 1/2 (* (sqrt (/ c a)) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) |
(* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3))))))))) |
(* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3)))))))))) |
(* c (+ (* -1 (* (sqrt (/ a (pow c 7))) (/ (* (+ (* 1/256 (/ (* (pow b 4) c) (pow a 3))) (* 1/256 (/ (pow b 6) (pow a 4)))) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))) b))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (* (pow b 2) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3)))))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 9)))) (- (* -1/8 (/ (pow b 8) (* (pow a 3) (pow (sqrt -16) 3)))) (* -1/64 (* (sqrt (/ (pow c 3) (pow a 3))) (pow b 5))))))))))))) |
(* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b))) |
(* -1 (* c (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4)))))))))))) |
(* -1 (* c (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 3) (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -1) (* (+ (* -1/1024 (/ (* (pow b 4) c) (* (pow a 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow a 4)))) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (* b (sqrt -1/4))))) (+ (* -1/32 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (* (sqrt -1) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (* (sqrt -1/4) (- (* -1/8 (/ (pow b 8) (* (pow a 3) (pow (sqrt -16) 3)))) (* -1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt -4) 3)))))))))) c)) (* -1/128 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 3) (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4))))) (pow c 3))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))) |
(* 1/2 (* (sqrt (* a c)) (sqrt -16))) |
(+ (* -1 b) (* 1/2 (* (sqrt (* a c)) (sqrt -16)))) |
(+ (* 1/2 (* (sqrt (* a c)) (sqrt -16))) (* b (- (* -1/16 (* (sqrt (/ 1 (* a c))) (* b (sqrt -16)))) 1))) |
(+ (* 1/2 (* (sqrt (* a c)) (sqrt -16))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* a c))) (sqrt -16))) (* (pow b 2) (+ (* 3/256 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (sqrt -16))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (sqrt -16)))))))) 1))) |
(* -2 (/ (* a c) b)) |
(/ (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -2 (* a c)) (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* a (* c (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))) (+ (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (/ (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))) (pow b 4))))))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (- (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* a (* c (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))) (+ (* -1/2 (/ (* (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2))))) (pow b 6))) (+ (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (/ (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))) (pow b 4)) (/ (* a (* c (+ (* 2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2))))))) (* 64 (* (pow a 3) (pow c 3)))))) (pow b 6))))))))))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2))) (* -1 (/ (- (+ (* -16 (* (pow a 2) (pow c 2))) (* 16 (* (pow a 2) (pow c 2)))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -1 (/ (+ (* -4 (* (pow a 3) (pow c 3))) (+ (* -2 (* a (* c (- (* 8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2))))))) (+ (* 2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2))))))) (+ (* 64 (* (pow a 3) (pow c 3))) (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))))))) (pow b 6))) (+ (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2))) (* -1 (/ (- (+ (* -16 (* (pow a 2) (pow c 2))) (* 16 (* (pow a 2) (pow c 2)))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 4)))))))) |
(* -2 (* a (* b c))) |
(* a (- (* a (- (* -8 (/ (pow c 2) b)) (* -2 (/ (pow c 2) b)))) (* 2 (* b c)))) |
(* a (- (* a (- (+ (* -8 (/ (pow c 2) b)) (* -4 (/ (* a (pow c 3)) (pow b 3)))) (* -2 (/ (pow c 2) b)))) (* 2 (* b c)))) |
(* a (- (* a (- (+ (* -8 (/ (pow c 2) b)) (* a (- (* a (- (* -32 (/ (pow c 4) (pow b 5))) (* -1/2 (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))))))) (* 4 (/ (pow c 3) (pow b 3)))))) (* -2 (/ (pow c 2) b)))) (* 2 (* b c)))) |
(* a (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))) |
(* a (- (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))) |
(* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) |
(* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))))) |
(* -1 (* a (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) |
(* -1 (* a (- (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))) |
(* -1 (* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))) |
(* -1 (* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))))) |
(* -2 (* a (* b c))) |
(* c (- (* c (- (* -8 (/ (pow a 2) b)) (* -2 (/ (pow a 2) b)))) (* 2 (* a b)))) |
(* c (- (* c (- (+ (* -8 (/ (pow a 2) b)) (* -4 (/ (* (pow a 3) c) (pow b 3)))) (* -2 (/ (pow a 2) b)))) (* 2 (* a b)))) |
(* c (- (* c (- (+ (* -8 (/ (pow a 2) b)) (* c (- (* c (- (* -32 (/ (pow a 4) (pow b 5))) (* -1/2 (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))))))) (* 4 (/ (pow a 3) (pow b 3)))))) (* -2 (/ (pow a 2) b)))) (* 2 (* a b)))) |
(* c (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))) |
(* c (- (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))) |
(* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) |
(* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))))) |
(* -1 (* c (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) |
(* -1 (* c (- (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))) |
(* -1 (* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))) |
(* -1 (* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))))) |
(* a (* b (* c (sqrt -16)))) |
(* b (+ (* -2 (* (sqrt (* a c)) b)) (* a (* c (sqrt -16))))) |
(* b (+ (* a (* c (sqrt -16))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (pow b 2))) (* 2 (sqrt (* a c))))))) |
(* b (+ (* a (* c (sqrt -16))) (* b (- (* (pow b 2) (- (* 1/2 (/ b (* a (* c (sqrt -16))))) (* 1/4 (sqrt (/ 1 (* a c)))))) (* 2 (sqrt (* a c))))))) |
(* -2 (* a (* b c))) |
(* b (- (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 2 (* a c))))) |
(* b (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 2 (* a c))))) |
(* b (- (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (* a c)) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))))) |
(* 2 (pow b 3)) |
(* -1 (* (pow b 3) (- (* -2 (/ (* a c) (pow b 2))) 2))) |
(* -1 (* (pow b 3) (- (* 8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))))) |
(* -1 (* (pow b 3) (- (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (* 8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (+ 2 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))))) |
(pow b 2) |
(+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (pow b 2)) |
(+ (* (pow a 2) (+ (* -32 (/ (* (pow a 2) (pow c 4)) (pow b 6))) (* -8 (/ (pow c 2) (pow b 2))))) (pow b 2)) |
(+ (* (pow a 2) (+ (* -8 (/ (pow c 2) (pow b 2))) (* (pow a 2) (+ (* -256 (/ (* (pow a 2) (pow c 6)) (pow b 10))) (* -32 (/ (pow c 4) (pow b 6))))))) (pow b 2)) |
(* a (* c (sqrt -16))) |
(* a (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))) |
(* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))) |
(* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))))) |
(* -1 (* a (* c (sqrt -16)))) |
(* -1 (* a (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))) |
(* -1 (* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))))) |
(* -1 (* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))))) |
(pow b 2) |
(+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (pow b 2)) |
(+ (* (pow c 2) (+ (* -32 (/ (* (pow a 4) (pow c 2)) (pow b 6))) (* -8 (/ (pow a 2) (pow b 2))))) (pow b 2)) |
(+ (* (pow c 2) (+ (* -8 (/ (pow a 2) (pow b 2))) (* (pow c 2) (+ (* -256 (/ (* (pow a 6) (pow c 2)) (pow b 10))) (* -32 (/ (pow a 4) (pow b 6))))))) (pow b 2)) |
(* a (* c (sqrt -16))) |
(* c (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))) |
(* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))) |
(* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))))) |
(* -1 (* a (* c (sqrt -16)))) |
(* -1 (* c (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))) |
(* -1 (* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))))) |
(* -1 (* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))))) |
(* a (* c (sqrt -16))) |
(+ (* 1/2 (/ (pow b 4) (* a (* c (sqrt -16))))) (* a (* c (sqrt -16)))) |
(+ (* a (* c (sqrt -16))) (* (pow b 4) (+ (* -1/8 (/ (pow b 4) (* (pow a 3) (* (pow c 3) (pow (sqrt -16) 3))))) (* 1/2 (/ 1 (* a (* c (sqrt -16)))))))) |
(+ (* a (* c (sqrt -16))) (* (pow b 4) (+ (* (pow b 4) (- (* 1/16 (/ (pow b 4) (* (pow a 5) (* (pow c 5) (pow (sqrt -16) 5))))) (* 1/8 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -16) 3))))))) (* 1/2 (/ 1 (* a (* c (sqrt -16)))))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(* (pow b 2) (+ 1 (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* (pow b 2) (+ 1 (+ (* -256 (/ (* (pow a 6) (pow c 6)) (pow b 12))) (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(* (pow b 2) (+ 1 (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* (pow b 2) (+ 1 (+ (* -256 (/ (* (pow a 6) (pow c 6)) (pow b 12))) (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(pow b 4) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(* -16 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(* -16 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(pow b 4) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(* -16 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(* -16 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(* -16 (* (pow a 2) (pow c 2))) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(pow b 4) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(pow b 4) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* (pow a 4) (pow c 4)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 3) |
(+ (* 2 (* a (* b c))) (pow b 3)) |
(+ (* a (+ (* -2 (/ (* a (pow c 2)) b)) (* 2 (* b c)))) (pow b 3)) |
(+ (* a (+ (* 2 (* b c)) (* a (+ (* -2 (/ (pow c 2) b)) (* 4 (/ (* a (pow c 3)) (pow b 3))))))) (pow b 3)) |
(* 2 (* (sqrt (* a c)) (pow b 2))) |
(* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))) |
(* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))) |
(* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) |
(* -1 (* (sqrt (* a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))) |
(pow b 3) |
(+ (* 2 (* a (* b c))) (pow b 3)) |
(+ (* c (+ (* -2 (/ (* (pow a 2) c) b)) (* 2 (* a b)))) (pow b 3)) |
(+ (* c (+ (* 2 (* a b)) (* c (+ (* -2 (/ (pow a 2) b)) (* 4 (/ (* (pow a 3) c) (pow b 3))))))) (pow b 3)) |
(* 2 (* (sqrt (* a c)) (pow b 2))) |
(* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))) |
(* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))) |
(* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) |
(* -1 (* (sqrt (* a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))) |
(* 2 (* (sqrt (* a c)) (pow b 2))) |
(* (pow b 2) (+ (* 1/4 (* (sqrt (/ 1 (* a c))) (pow b 2))) (* 2 (sqrt (* a c))))) |
(* (pow b 2) (+ (* 2 (sqrt (* a c))) (* (pow b 2) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (pow b 2))) (* 1/4 (sqrt (/ 1 (* a c)))))))) |
(* (pow b 2) (+ (* 2 (sqrt (* a c))) (* (pow b 2) (+ (* 1/4 (sqrt (/ 1 (* a c)))) (* (pow b 2) (+ (* -1/64 (sqrt (/ 1 (* (pow a 3) (pow c 3))))) (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (pow b 2))))))))) |
(pow b 3) |
(* (pow b 3) (+ 1 (* 2 (/ (* a c) (pow b 2))))) |
(* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))) |
(* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 2 (/ (* a c) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))))))) |
(* -1 (pow b 3)) |
(* -1 (* (pow b 3) (+ 1 (* 2 (/ (* a c) (pow b 2)))))) |
(* -1 (* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))))) |
(* -1 (* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 2 (/ (* a c) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))))) |
| Outputs |
|---|
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* c (- (* -1 (/ (* a c) (pow b 2))) 1)) |
(*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) |
(* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1)) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1)) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b)))) #s(literal -1 binary64))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 a (*.f64 (*.f64 b b) (*.f64 c c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 c c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 c (*.f64 b b)))) c))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 a (*.f64 c (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c c)))) c))) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c) |
(fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (neg.f64 (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) |
(- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (neg.f64 (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 a a))))) |
(* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 a a))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b)))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) a)) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (fma.f64 (*.f64 (*.f64 b b) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(-.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(-.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 c (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 a (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) |
(* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 a (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 c (*.f64 c c)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b))) c)) c))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(-.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -5 binary64) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b))))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -5 binary64) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 c (*.f64 b (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) a)) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (fma.f64 (*.f64 b b) (fma.f64 (*.f64 (*.f64 b b) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7)) |
(/.f64 (fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(/.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -5 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (fma.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 5 binary64) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))))) b)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 b (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64))) b) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 b a)))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))))) a)) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a b)))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64))) b) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 a b)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (-.f64 #s(literal 0 binary64) b) c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (-.f64 #s(literal 0 binary64) b) c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c))) |
(*.f64 c (-.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) (/.f64 b c))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) c)) b) c)) (-.f64 #s(literal 0 binary64) c)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 b (fma.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a)) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a)) (/.f64 c (*.f64 b b)))))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(-.f64 (*.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64))) b) #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))))) |
(+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))))) a)) a))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 c (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64))) (*.f64 a b)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))) |
(*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a)) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
(*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a)) (fma.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (fma.f64 #s(literal -1/128 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (-.f64 #s(literal 0 binary64) c)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))))))) (-.f64 #s(literal 0 binary64) a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a b))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))))))) (-.f64 #s(literal 0 binary64) c)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (sqrt.f64 #s(literal -4 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -4 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -4 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 c (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 c (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (/.f64 c (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) b))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(* a c) |
(*.f64 c a) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(*.f64 a (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(*.f64 a (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(*.f64 a (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* a c) |
(*.f64 c a) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b b)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b b)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b b)) |
(* a c) |
(*.f64 c a) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a)) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a)) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a)) |
(* a c) |
(*.f64 c a) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a)) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a)) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) b) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) b)) |
(* -2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -2 binary64)) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)))) |
(* (pow a 2) (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)))) |
(* -2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -2 binary64)) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* (pow c 2) (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 2)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) |
(* -2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -2 binary64)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) |
(* -2 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -2 binary64)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 c a))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (* 4 (/ (pow c 2) (pow b 3)))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) #s(literal -4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (+ (* 4 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ (* c (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))) (pow b 3))) (* b (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))))))))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (+.f64 (fma.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) #s(literal -4 binary64) (*.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 (/.f64 (*.f64 c c) (*.f64 b b)) #s(literal -6 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c b) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64))))))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (- (+ (* -8 (/ (pow c 2) (pow b 3))) (+ (* 4 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ (* c (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))) (pow b 3))) (+ (* a (- (+ (* -32 (/ (pow c 4) (pow b 7))) (+ (* -1/2 (* b (* (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6)))) (- (* -8 (/ (pow c 2) (pow b 2))) (* -2 (/ (pow c 2) (pow b 2))))))) (+ (* 8 (/ (pow c 4) (pow b 7))) (* b (* c (+ (* 2 (/ (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))) (pow b 2))) (* 64 (/ (pow c 3) (pow b 8))))))))) (* -1/2 (/ (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))) b)))) (* b (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6)))))))))))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (+.f64 (fma.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) #s(literal -4 binary64) (*.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 (/.f64 (*.f64 c c) (*.f64 b b)) #s(literal -6 binary64))) (*.f64 b (*.f64 b b))) (fma.f64 a (+.f64 (fma.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal -32 binary64) (fma.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 b b)) #s(literal -6 binary64)) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64)))) (fma.f64 (*.f64 c b) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 8 binary64)))) (/.f64 (*.f64 #s(literal 8 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b))) (*.f64 (*.f64 c b) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64)))))))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* 1/2 (* (sqrt (/ a c)) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))) b)) |
(* a (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3))))))))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))) b) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (/.f64 a c))))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) b) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))))))) |
(* a (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3)))))))))) |
(*.f64 a (fma.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) b) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a)))))) (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))) b) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (/.f64 a c))))))) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 b (*.f64 b b))) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a)))))))))) |
(* a (+ (* -1 (* (sqrt (/ c (pow a 7))) (/ (* (+ (* 1/256 (/ (* a (pow b 4)) (pow c 3))) (* 1/256 (/ (pow b 6) (pow c 4)))) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))) b))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 3)))) (* (pow b 2) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2)))) b))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 5) c))) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/4 (* (sqrt (/ a c)) (pow b 3)))))) (* 1/2 (* (sqrt (/ 1 (* (pow a 9) c))) (- (* -1/8 (/ (pow b 8) (* (pow c 3) (pow (sqrt -16) 3)))) (* -1/64 (* (sqrt (/ (pow a 3) (pow c 3))) (pow b 5))))))))))))) |
(*.f64 a (-.f64 (fma.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) b) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a)))))) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (/.f64 a c))))))) (fma.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 b (*.f64 b b))) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a)))))) (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))) b) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (/.f64 a c))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 9 binary64)))))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64))))) (*.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64)))) (*.f64 (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))) (*.f64 #s(literal 1/256 binary64) (fma.f64 a (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 c #s(literal 4 binary64))))))) b))) |
(* -1 (* (sqrt (/ a c)) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b))) |
(*.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) b) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 a c)))) |
(* -1 (* a (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4)))))))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -4 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) b))))) |
(* -1 (* a (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 3) (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))) |
(*.f64 a (neg.f64 (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 #s(literal 1/128 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -4 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) b)))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -1) (* (+ (* -1/1024 (/ (* a (pow b 4)) (* (pow c 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow c 4)))) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (* b (sqrt -1/4))))) (+ (* -1/32 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (* (sqrt -1) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (* (sqrt -1/4) (- (* -1/8 (/ (pow b 8) (* (pow c 3) (pow (sqrt -16) 3)))) (* -1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt -4) 3)))))))))) a)) (* -1/128 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4))))) (pow a 3))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* (pow a 5) c))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* c (sqrt -16)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -4 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) b))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (sqrt.f64 #s(literal -1/4 binary64)))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 #s(literal 1/256 binary64) (fma.f64 a (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 b (sqrt.f64 #s(literal -1/4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal -1/8 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (*.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -4 binary64))))))) (sqrt.f64 #s(literal -1/4 binary64)))))) a)) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) a)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (* 4 (/ (pow a 2) (pow b 3)))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal -4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal -2 binary64) (/.f64 a b)))) |
(* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (+ (* 4 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ (* a (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))) (pow b 3))) (* a (* b (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))))))))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (+.f64 (fma.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal -4 binary64) (*.f64 c (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b b)) #s(literal -6 binary64))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a b) (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64))))))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal -2 binary64) (/.f64 a b)))) |
(* c (+ (* -2 (/ a b)) (* c (- (+ (* -8 (/ (pow a 2) (pow b 3))) (+ (* 4 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ (* a (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))) (pow b 3))) (+ (* a (* b (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6)))))) (* c (- (+ (* -32 (/ (pow a 4) (pow b 7))) (+ (* -1/2 (* b (* (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6)))) (- (* -8 (/ (pow a 2) (pow b 2))) (* -2 (/ (pow a 2) (pow b 2))))))) (+ (* 8 (/ (pow a 4) (pow b 7))) (* a (* b (+ (* 2 (/ (* a (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))) (pow b 2))) (* 64 (/ (pow a 3) (pow b 8))))))))) (* -1/2 (/ (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))) b)))))))))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (+.f64 (fma.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal -4 binary64) (*.f64 c (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b b)) #s(literal -6 binary64))) (*.f64 b (*.f64 b b))) (fma.f64 c (+.f64 (fma.f64 #s(literal -32 binary64) (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 b (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64))) (*.f64 (/.f64 (*.f64 a a) (*.f64 b b)) #s(literal -6 binary64))) (fma.f64 (*.f64 a b) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 8 binary64)))) (/.f64 (*.f64 #s(literal 8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b))) (*.f64 (*.f64 a b) (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64)))))))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal -2 binary64) (/.f64 a b)))) |
(* 1/2 (* (sqrt (/ c a)) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))))) b)) |
(* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3))))))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))))) b) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (sqrt.f64 #s(literal -16 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (/.f64 c a))))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) b) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))))))))) |
(* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3)))))))))) |
(*.f64 c (fma.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) b) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c)))))) (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))))) b) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (sqrt.f64 #s(literal -16 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (/.f64 c a))))))) (*.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 b (*.f64 b b))) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c)))))))))) |
(* c (+ (* -1 (* (sqrt (/ a (pow c 7))) (/ (* (+ (* 1/256 (/ (* (pow b 4) c) (pow a 3))) (* 1/256 (/ (pow b 6) (pow a 4)))) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))) b))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* b (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (* (pow b 2) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3))))))) (+ (* 1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 3) (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2)))) b))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 5)))) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/4 (* (sqrt (/ c a)) (pow b 3)))))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 9)))) (- (* -1/8 (/ (pow b 8) (* (pow a 3) (pow (sqrt -16) 3)))) (* -1/64 (* (sqrt (/ (pow c 3) (pow a 3))) (pow b 5))))))))))))) |
(*.f64 c (-.f64 (fma.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) b) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c)))))) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (sqrt.f64 #s(literal -16 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (/.f64 c a))))))) (fma.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 b (*.f64 b b))) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c)))))) (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))))) b) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (sqrt.f64 #s(literal -16 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (/.f64 c a))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 9 binary64)))))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64))))) (*.f64 #s(literal 1/64 binary64) (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))))))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 7 binary64)))) (*.f64 (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))))) (*.f64 #s(literal 1/256 binary64) (fma.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 c (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))))))) b))) |
(* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b))) |
(*.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) b) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 c a)))) |
(* -1 (* c (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4)))))))))))) |
(*.f64 (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64))))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) b))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 3) (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))) |
(*.f64 (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 #s(literal 1/128 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64))))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) b)))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (* (sqrt (* a c)) (/ (* (sqrt -1) (* (+ (* -1/1024 (/ (* (pow b 4) c) (* (pow a 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow a 4)))) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (* b (sqrt -1/4))))) (+ (* -1/32 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (* (sqrt -1) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (* (sqrt -1/4) (- (* -1/8 (/ (pow b 8) (* (pow a 3) (pow (sqrt -16) 3)))) (* -1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt -4) 3)))))))))) c)) (* -1/128 (* (sqrt (/ c (pow a 5))) (/ (* (pow b 3) (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4))))) (pow c 3))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* b (* (sqrt -1) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) (sqrt -1/4)))) (+ (* (sqrt (/ 1 (* a c))) (/ (* (sqrt -1) (* (sqrt -1/4) (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) b)) (* (sqrt (/ 1 (* a (pow c 5)))) (* (sqrt -1) (* (sqrt -1/4) (- (* 1/2 (/ (pow b 4) (* a (sqrt -16)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 3) (sqrt -1)) (sqrt -4))))))))))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64))))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) b))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (sqrt.f64 #s(literal -1/4 binary64)))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/256 binary64) (fma.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 c (*.f64 a (*.f64 a a))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64)))))) (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (*.f64 b (sqrt.f64 #s(literal -1/4 binary64)))) (fma.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64))))))) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal -1/8 binary64) (-.f64 (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))))))) c)) (*.f64 c (*.f64 c c)))) (-.f64 #s(literal 0 binary64) c)) |
(* 1/2 (* (sqrt (* a c)) (sqrt -16))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -16 binary64)))) |
(+ (* -1 b) (* 1/2 (* (sqrt (* a c)) (sqrt -16)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -16 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(+ (* 1/2 (* (sqrt (* a c)) (sqrt -16))) (* b (- (* -1/16 (* (sqrt (/ 1 (* a c))) (* b (sqrt -16)))) 1))) |
(fma.f64 b (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (sqrt.f64 #s(literal -16 binary64)))) #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -16 binary64))))) |
(+ (* 1/2 (* (sqrt (* a c)) (sqrt -16))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* a c))) (sqrt -16))) (* (pow b 2) (+ (* 3/256 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (sqrt -16))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (sqrt -16)))))))) 1))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal 3/256 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -16 binary64))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -16 binary64))))) #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -16 binary64))))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b)) |
(/ (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -2 (* a c)) (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) #s(literal -8 binary64) (fma.f64 #s(literal 4 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) (*.f64 (*.f64 c a) #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) |
(/ (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* a (* c (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))) (+ (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (/ (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))) (pow b 4))))))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) #s(literal -8 binary64) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (*.f64 c a) #s(literal -2 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -6 binary64)))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -12 binary64))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) |
(/ (- (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* a (* c (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))) (+ (* -1/2 (/ (* (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (- (* -8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2))))) (pow b 6))) (+ (* 4 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 8 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (+ (/ (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))) (pow b 4)) (/ (* a (* c (+ (* 2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2))))))) (* 64 (* (pow a 3) (pow c 3)))))) (pow b 6))))))))))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))))) b) |
(/.f64 (fma.f64 #s(literal -32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) #s(literal -8 binary64) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (*.f64 c a) #s(literal -2 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -6 binary64)))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -12 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -6 binary64)) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 #s(literal 4 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) (fma.f64 #s(literal 8 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 a (/.f64 (*.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -12 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal 64 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -12 binary64))) (pow.f64 b #s(literal 4 binary64))))))))))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2)))))) |
(*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2))) (* -1 (/ (- (+ (* -16 (* (pow a 2) (pow c 2))) (* 16 (* (pow a 2) (pow c 2)))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 4))))))) |
(*.f64 (-.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -1 (/ (+ (* -4 (* (pow a 3) (pow c 3))) (+ (* -2 (* a (* c (- (* 8 (* (pow a 2) (pow c 2))) (* -2 (* (pow a 2) (pow c 2))))))) (+ (* 2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2))))))) (+ (* 64 (* (pow a 3) (pow c 3))) (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))))))) (pow b 6))) (+ (* -1 (/ (+ (* -2 (* a c)) (* 4 (* a c))) (pow b 2))) (* -1 (/ (- (+ (* -16 (* (pow a 2) (pow c 2))) (* 16 (* (pow a 2) (pow c 2)))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (-.f64 (-.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 10 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -12 binary64))) (fma.f64 (*.f64 c a) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -12 binary64)) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal 64 binary64)))))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -2 (* a (* b c))) |
(*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c b))) |
(* a (- (* a (- (* -8 (/ (pow c 2) b)) (* -2 (/ (pow c 2) b)))) (* 2 (* b c)))) |
(*.f64 a (fma.f64 a (*.f64 (/.f64 (*.f64 c c) b) #s(literal -6 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 c b)))) |
(* a (- (* a (- (+ (* -8 (/ (pow c 2) b)) (* -4 (/ (* a (pow c 3)) (pow b 3)))) (* -2 (/ (pow c 2) b)))) (* 2 (* b c)))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 c c) b) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -2 binary64) (*.f64 c b)))) |
(* a (- (* a (- (+ (* -8 (/ (pow c 2) b)) (* a (- (* a (- (* -32 (/ (pow c 4) (pow b 5))) (* -1/2 (* b (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))))))) (* 4 (/ (pow c 3) (pow b 3)))))) (* -2 (/ (pow c 2) b)))) (* 2 (* b c)))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 c c) b) (fma.f64 a (fma.f64 a (fma.f64 #s(literal -32 binary64) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -2 binary64) (*.f64 c b)))) |
(* a (- (* b (* c (sqrt -16))) (* 2 (* (sqrt (/ c a)) (pow b 2))))) |
(*.f64 a (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a)))))) |
(* a (- (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))) |
(*.f64 a (-.f64 (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))))) |
(* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) |
(*.f64 a (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64))))))) (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a)))))))) |
(* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))))) |
(*.f64 a (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 13 binary64)) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64))))) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))))) (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (pow.f64 b #s(literal 8 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))))))) |
(* -1 (* a (- (* b (* c (sqrt -16))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))) |
(*.f64 (-.f64 (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64))))))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* -1/8 (/ (pow b 9) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* (pow a 2) (* c (sqrt -16))))) (* b (* c (sqrt -16)))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 13 binary64)) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64))))) (fma.f64 b (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 8 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -2 (* a (* b c))) |
(*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c b))) |
(* c (- (* c (- (* -8 (/ (pow a 2) b)) (* -2 (/ (pow a 2) b)))) (* 2 (* a b)))) |
(*.f64 c (fma.f64 c (*.f64 (/.f64 (*.f64 a a) b) #s(literal -6 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(* c (- (* c (- (+ (* -8 (/ (pow a 2) b)) (* -4 (/ (* (pow a 3) c) (pow b 3)))) (* -2 (/ (pow a 2) b)))) (* 2 (* a b)))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 a a) b) (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) b)))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(* c (- (* c (- (+ (* -8 (/ (pow a 2) b)) (* c (- (* c (- (* -32 (/ (pow a 4) (pow b 5))) (* -1/2 (* b (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))))))) (* 4 (/ (pow a 3) (pow b 3)))))) (* -2 (/ (pow a 2) b)))) (* 2 (* a b)))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 a a) b) (fma.f64 c (fma.f64 c (fma.f64 #s(literal -32 binary64) (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64))))) (*.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) b)))) (*.f64 #s(literal -2 binary64) (*.f64 a b)))) |
(* c (- (* a (* b (sqrt -16))) (* 2 (* (sqrt (/ a c)) (pow b 2))))) |
(*.f64 c (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c)))))) |
(* c (- (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))) |
(*.f64 c (-.f64 (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64))))) (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))))) |
(* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) |
(*.f64 c (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))))))) |
(* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))))) |
(*.f64 c (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 13 binary64)) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64)) (pow.f64 c #s(literal 6 binary64))))) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64))))))) (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (pow.f64 b #s(literal 8 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))))))) |
(* -1 (* c (- (* a (* b (sqrt -16))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a b) (sqrt.f64 #s(literal -16 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (- (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))) |
(*.f64 (-.f64 (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (- (+ (* -1/8 (/ (pow b 9) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 13) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 5) (* a (* (pow c 2) (sqrt -16))))) (* a (* b (sqrt -16)))))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 13 binary64)) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64)) (pow.f64 c #s(literal 6 binary64))))) (fma.f64 a (*.f64 b (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64))))))) (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 8 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))))) (-.f64 #s(literal 0 binary64) c)) |
(* a (* b (* c (sqrt -16)))) |
(*.f64 (*.f64 a b) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) |
(* b (+ (* -2 (* (sqrt (* a c)) b)) (* a (* c (sqrt -16))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (*.f64 b (sqrt.f64 (*.f64 c a))) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))) |
(* b (+ (* a (* c (sqrt -16))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (pow b 2))) (* 2 (sqrt (* a c))))))) |
(*.f64 b (fma.f64 b (fma.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 c a)))) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))) |
(* b (+ (* a (* c (sqrt -16))) (* b (- (* (pow b 2) (- (* 1/2 (/ b (* a (* c (sqrt -16))))) (* 1/4 (sqrt (/ 1 (* a c)))))) (* 2 (sqrt (* a c))))))) |
(*.f64 b (fma.f64 b (fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal -1/4 binary64))) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 c a)))) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))) |
(* -2 (* a (* b c))) |
(*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c b))) |
(* b (- (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 2 (* a c))))) |
(*.f64 b (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) (*.f64 (*.f64 c a) #s(literal 2 binary64))))) |
(* b (- (+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 2 (* a c))))) |
(*.f64 b (-.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) (*.f64 (*.f64 c a) #s(literal 2 binary64))))) |
(* b (- (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 6))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (* a c)) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))))) |
(*.f64 b (-.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) #s(literal -8 binary64) (*.f64 #s(literal -32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 c a) #s(literal 2 binary64))))))) |
(* 2 (pow b 3)) |
(*.f64 #s(literal 2 binary64) (*.f64 b (*.f64 b b))) |
(* -1 (* (pow b 3) (- (* -2 (/ (* a c) (pow b 2))) 2))) |
(*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* -1 (* (pow b 3) (- (* 8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))))) |
(*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal 8 binary64) #s(literal -2 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* -1 (* (pow b 3) (- (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (* 8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (+ 2 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))))) |
(*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal 8 binary64) #s(literal -2 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (pow b 2)) |
(fma.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) #s(literal -8 binary64) (*.f64 b b)) |
(+ (* (pow a 2) (+ (* -32 (/ (* (pow a 2) (pow c 4)) (pow b 6))) (* -8 (/ (pow c 2) (pow b 2))))) (pow b 2)) |
(fma.f64 (*.f64 a a) (fma.f64 #s(literal -32 binary64) (*.f64 (*.f64 a a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -8 binary64) (*.f64 c c)) (*.f64 b b))) (*.f64 b b)) |
(+ (* (pow a 2) (+ (* -8 (/ (pow c 2) (pow b 2))) (* (pow a 2) (+ (* -256 (/ (* (pow a 2) (pow c 6)) (pow b 10))) (* -32 (/ (pow c 4) (pow b 6))))))) (pow b 2)) |
(fma.f64 (*.f64 a a) (fma.f64 (*.f64 a a) (fma.f64 #s(literal -256 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 10 binary64))) (/.f64 (*.f64 #s(literal -32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -8 binary64) (*.f64 c c)) (*.f64 b b))) (*.f64 b b)) |
(* a (* c (sqrt -16))) |
(*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) |
(* a (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))) |
(*.f64 a (fma.f64 c (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64))))))) |
(* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 c (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))))) |
(* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64))))) (fma.f64 c (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64))))))))) |
(* -1 (* a (* c (sqrt -16)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64))))) |
(* -1 (* a (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 c (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))))) |
(* -1 (* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16)))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 c (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (/ (pow b 8) (* (pow a 4) (* (pow c 3) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 6) (* (pow c 5) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* (pow a 2) (* c (sqrt -16))))) (* c (sqrt -16))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 (pow.f64 a #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64))))) (fma.f64 c (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a a) (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))))) (-.f64 #s(literal 0 binary64) a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (pow b 2)) |
(fma.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) #s(literal -8 binary64) (*.f64 b b)) |
(+ (* (pow c 2) (+ (* -32 (/ (* (pow a 4) (pow c 2)) (pow b 6))) (* -8 (/ (pow a 2) (pow b 2))))) (pow b 2)) |
(fma.f64 (*.f64 c c) (fma.f64 #s(literal -32 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -8 binary64) (*.f64 a a)) (*.f64 b b))) (*.f64 b b)) |
(+ (* (pow c 2) (+ (* -8 (/ (pow a 2) (pow b 2))) (* (pow c 2) (+ (* -256 (/ (* (pow a 6) (pow c 2)) (pow b 10))) (* -32 (/ (pow a 4) (pow b 6))))))) (pow b 2)) |
(fma.f64 (*.f64 c c) (fma.f64 (*.f64 c c) (fma.f64 #s(literal -256 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 6 binary64))) (pow.f64 b #s(literal 10 binary64))) (/.f64 (*.f64 #s(literal -32 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -8 binary64) (*.f64 a a)) (*.f64 b b))) (*.f64 b b)) |
(* a (* c (sqrt -16))) |
(*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) |
(* c (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))) |
(*.f64 c (fma.f64 a (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64)))))) |
(* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 a (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64))))))) |
(* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64)) (pow.f64 c #s(literal 6 binary64))))) (fma.f64 a (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64)))))))) |
(* -1 (* a (* c (sqrt -16)))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64))))) |
(* -1 (* c (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (fma.f64 a (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64))))))) |
(* -1 (* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16)))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 a (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64)))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1/8 (/ (pow b 8) (* (pow a 3) (* (pow c 4) (pow (sqrt -16) 3))))) (+ (* 1/16 (/ (pow b 12) (* (pow a 5) (* (pow c 6) (pow (sqrt -16) 5))))) (+ (* 1/2 (/ (pow b 4) (* a (* (pow c 2) (sqrt -16))))) (* a (sqrt -16))))))) |
(*.f64 c (neg.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 8 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64)) (pow.f64 c #s(literal 6 binary64))))) (fma.f64 a (sqrt.f64 #s(literal -16 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (sqrt.f64 #s(literal -16 binary64))))))))) |
(* a (* c (sqrt -16))) |
(*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))) |
(+ (* 1/2 (/ (pow b 4) (* a (* c (sqrt -16))))) (* a (* c (sqrt -16)))) |
(fma.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))) |
(+ (* a (* c (sqrt -16))) (* (pow b 4) (+ (* -1/8 (/ (pow b 4) (* (pow a 3) (* (pow c 3) (pow (sqrt -16) 3))))) (* 1/2 (/ 1 (* a (* c (sqrt -16)))))))) |
(fma.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64)))))) (/.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64))))) |
(+ (* a (* c (sqrt -16))) (* (pow b 4) (+ (* (pow b 4) (- (* 1/16 (/ (pow b 4) (* (pow a 5) (* (pow c 5) (pow (sqrt -16) 5))))) (* 1/8 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -16) 3))))))) (* 1/2 (/ 1 (* a (* c (sqrt -16)))))))) |
(fma.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (pow.f64 b #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -16 binary64)) #s(literal 5 binary64))))) (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal -16 binary64) (sqrt.f64 #s(literal -16 binary64))))))) (/.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64)))))) (*.f64 a (*.f64 c (sqrt.f64 #s(literal -16 binary64))))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(*.f64 (*.f64 b b) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -8 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -8 binary64) (*.f64 #s(literal -32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 8 binary64))))))) |
(* (pow b 2) (+ 1 (+ (* -256 (/ (* (pow a 6) (pow c 6)) (pow b 12))) (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -256 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 6 binary64)) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 12 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -8 binary64) (*.f64 #s(literal -32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 8 binary64)))))))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(*.f64 (*.f64 b b) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -8 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -8 binary64) (*.f64 #s(literal -32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 8 binary64))))))) |
(* (pow b 2) (+ 1 (+ (* -256 (/ (* (pow a 6) (pow c 6)) (pow b 12))) (+ (* -32 (/ (* (pow a 4) (pow c 4)) (pow b 8))) (* -8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -256 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 6 binary64)) (pow.f64 c #s(literal 6 binary64))) (pow.f64 b #s(literal 12 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -8 binary64) (*.f64 #s(literal -32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 8 binary64)))))))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* -16 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -16 binary64)) (*.f64 c c)) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(*.f64 (*.f64 a a) (fma.f64 (*.f64 c c) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(*.f64 (*.f64 a a) (fma.f64 (*.f64 c c) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(*.f64 (*.f64 a a) (fma.f64 (*.f64 c c) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))) |
(* -16 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -16 binary64)) (*.f64 c c)) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(*.f64 (*.f64 a a) (fma.f64 (*.f64 c c) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(*.f64 (*.f64 a a) (fma.f64 (*.f64 c c) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))) |
(* (pow a 2) (+ (* -16 (pow c 2)) (/ (pow b 4) (pow a 2)))) |
(*.f64 (*.f64 a a) (fma.f64 (*.f64 c c) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a a)))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* -16 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -16 binary64)) (*.f64 c c)) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(*.f64 (*.f64 c c) (fma.f64 (*.f64 a a) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(*.f64 (*.f64 c c) (fma.f64 (*.f64 a a) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(*.f64 (*.f64 c c) (fma.f64 (*.f64 a a) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))) |
(* -16 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -16 binary64)) (*.f64 c c)) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(*.f64 (*.f64 c c) (fma.f64 (*.f64 a a) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(*.f64 (*.f64 c c) (fma.f64 (*.f64 a a) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))) |
(* (pow c 2) (+ (* -16 (pow a 2)) (/ (pow b 4) (pow c 2)))) |
(*.f64 (*.f64 c c) (fma.f64 (*.f64 a a) #s(literal -16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 c c)))) |
(* -16 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -16 binary64)) (*.f64 c c)) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -16 (* (pow a 2) (pow c 2))) (pow b 4)) |
(fma.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -16 binary64) (pow.f64 b #s(literal 4 binary64))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -16 binary64) #s(literal 1 binary64))) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -16 binary64) #s(literal 1 binary64))) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -16 binary64) #s(literal 1 binary64))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -16 binary64) #s(literal 1 binary64))) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -16 binary64) #s(literal 1 binary64))) |
(* (pow b 4) (+ 1 (* -16 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -16 binary64) #s(literal 1 binary64))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* (pow a 4) (pow c 4)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(* 20 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 20 binary64)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(+ (* 2 (* a (* b c))) (pow b 3)) |
(fma.f64 b (*.f64 b b) (*.f64 #s(literal 2 binary64) (*.f64 a (*.f64 c b)))) |
(+ (* a (+ (* -2 (/ (* a (pow c 2)) b)) (* 2 (* b c)))) (pow b 3)) |
(fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c c)) b) (*.f64 #s(literal 2 binary64) (*.f64 c b))) (*.f64 b (*.f64 b b))) |
(+ (* a (+ (* 2 (* b c)) (* a (+ (* -2 (/ (pow c 2) b)) (* 4 (/ (* a (pow c 3)) (pow b 3))))))) (pow b 3)) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) b)) (*.f64 #s(literal 2 binary64) (*.f64 c b))) (*.f64 b (*.f64 b b))) |
(* 2 (* (sqrt (* a c)) (pow b 2))) |
(*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (*.f64 c a)))) |
(* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))) |
(*.f64 a (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a)))))) |
(* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2)))))) |
(*.f64 a (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a))))))) |
(* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (pow b 4))) (* 2 (* (sqrt (/ c a)) (pow b 2))))))) |
(*.f64 a (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (pow.f64 b #s(literal 8 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 c a)))))))) |
(* -1 (* (sqrt (* a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 8 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (-.f64 #s(literal 0 binary64) a)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(+ (* 2 (* a (* b c))) (pow b 3)) |
(fma.f64 b (*.f64 b b) (*.f64 #s(literal 2 binary64) (*.f64 a (*.f64 c b)))) |
(+ (* c (+ (* -2 (/ (* (pow a 2) c) b)) (* 2 (* a b)))) (pow b 3)) |
(fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a a)) b) (*.f64 #s(literal 2 binary64) (*.f64 a b))) (*.f64 b (*.f64 b b))) |
(+ (* c (+ (* 2 (* a b)) (* c (+ (* -2 (/ (pow a 2) b)) (* 4 (/ (* (pow a 3) c) (pow b 3))))))) (pow b 3)) |
(fma.f64 c (fma.f64 c (fma.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) b)) (*.f64 #s(literal 2 binary64) (*.f64 a b))) (*.f64 b (*.f64 b b))) |
(* 2 (* (sqrt (* a c)) (pow b 2))) |
(*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (*.f64 c a)))) |
(* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))) |
(*.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))))) |
(* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2)))))) |
(*.f64 c (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))))) |
(* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (pow b 6))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (pow b 8))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (pow b 4))) (* 2 (* (sqrt (/ a c)) (pow b 2))))))) |
(*.f64 c (fma.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (pow.f64 b #s(literal 8 binary64))) (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))))))) |
(* -1 (* (sqrt (* a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1)))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 8) (sqrt -1)) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (sqrt -4)))) (* (sqrt (/ a c)) (* (pow b 2) (* (sqrt -4) (sqrt -1))))))))) |
(*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 8 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) (-.f64 #s(literal 0 binary64) c)) |
(* 2 (* (sqrt (* a c)) (pow b 2))) |
(*.f64 #s(literal 2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (*.f64 c a)))) |
(* (pow b 2) (+ (* 1/4 (* (sqrt (/ 1 (* a c))) (pow b 2))) (* 2 (sqrt (* a c))))) |
(*.f64 (*.f64 b b) (fma.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* (pow b 2) (+ (* 2 (sqrt (* a c))) (* (pow b 2) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (pow b 2))) (* 1/4 (sqrt (/ 1 (* a c)))))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/4 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))))) |
(* (pow b 2) (+ (* 2 (sqrt (* a c))) (* (pow b 2) (+ (* 1/4 (sqrt (/ 1 (* a c)))) (* (pow b 2) (+ (* -1/64 (sqrt (/ 1 (* (pow a 3) (pow c 3))))) (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (pow b 2))))))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/64 binary64) (*.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) #s(literal 1/4 binary64))) (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))))) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(* (pow b 3) (+ 1 (* 2 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b (*.f64 b b)) (fma.f64 #s(literal 2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64))) |
(* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))) |
(*.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) |
(* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 2 (/ (* a c) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))))))) |
(*.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))))) |
(* -1 (pow b 3)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) |
(* -1 (* (pow b 3) (+ 1 (* 2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* -1 (* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* -1 (* (pow b 3) (+ 1 (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 2 (/ (* a c) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
Compiled 81 975 to 5 573 computations (93.2% saved)
61 alts after pruning (60 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 669 | 45 | 1 714 |
| Fresh | 7 | 15 | 22 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1 680 | 61 | 1 741 |
| Status | Accuracy | Program |
|---|---|---|
| 58.3% | (/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 57.7% | (/.f64 (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 57.1% | (/.f64 (fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 86.4% | (/.f64 (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (neg.f64 (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) b) | |
| 89.5% | (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) #s(literal -1/4 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) | |
| 89.2% | (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) (neg.f64 (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) b) | |
| ▶ | 86.2% | (/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) (*.f64 #s(literal 2 binary64) a)) |
| 79.1% | (/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) | |
| 59.2% | (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) | |
| 50.0% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -8 binary64) (*.f64 #s(literal -32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 8 binary64))))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 56.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 56.7% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
| 79.1% | (/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) b) (*.f64 #s(literal 2 binary64) a)) | |
| 61.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) | |
| 85.5% | (/.f64 (/.f64 (*.f64 a (fma.f64 a (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 c c) b) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -2 binary64) (*.f64 c b)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) | |
| 89.5% | (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) | |
| 59.2% | (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) | |
| 58.4% | (/.f64 (-.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 89.5% | (/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) |
| 86.4% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) | |
| 57.8% | (/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) | |
| 57.9% | (/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 57.4% | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
| 57.2% | (/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 57.7% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) | |
| 89.2% | (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 c c)))) b) | |
| 59.2% | (/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 59.2% | (/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) | |
| 89.1% | (/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) a)) a)) (neg.f64 (*.f64 a (*.f64 a a)))) b) | |
| 79.1% | (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) | |
| 79.2% | (/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) | |
| 79.1% | (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) | |
| 89.4% | (/.f64 (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b)))) #s(literal -1 binary64))) b) | |
| 86.3% | (/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) | |
| 79.3% | (/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) | |
| 62.0% | (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 79.2% | (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) | |
| 79.2% | (/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) | |
| 79.0% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) | |
| 57.8% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) | |
| 62.0% | (/.f64 #s(literal -1 binary64) (/.f64 b c)) | |
| 89.5% | (-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) b) (/.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) b)) | |
| 57.0% | (-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) | |
| 79.3% | (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) | |
| 89.2% | (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b))) c)) c))) | |
| 89.4% | (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) | |
| 79.1% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) | |
| 57.9% | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) | |
| ▶ | 79.2% | (*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
| 79.1% | (*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) | |
| 79.1% | (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) | |
| 86.3% | (*.f64 c (fma.f64 c (fma.f64 (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 c #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) | |
| 79.2% | (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) | |
| 62.0% | (*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) | |
| 79.1% | (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) | |
| 79.3% | (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) | |
| ▶ | 62.1% | (neg.f64 (/.f64 c b)) |
Compiled 4 468 to 2 187 computations (51.1% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) |
| ✓ | cost-diff | 320 | (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)) |
| ✓ | cost-diff | 384 | (/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | cost-diff | 1408 | (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) |
| ✓ | cost-diff | 0 | (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | cost-diff | 192 | (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
| ✓ | cost-diff | 0 | (/.f64 c (*.f64 a b)) |
| ✓ | cost-diff | 0 | (*.f64 c c) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
| ✓ | cost-diff | -64 | (neg.f64 (/.f64 c b)) |
| ✓ | cost-diff | 0 | (/.f64 c b) |
| ✓ | cost-diff | 0 | (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) |
| ✓ | cost-diff | 640 | (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
| ✓ | cost-diff | 1536 | (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
| 9 242× | accelerator-lowering-fma.f32 |
| 9 242× | accelerator-lowering-fma.f64 |
| 9 030× | *-lowering-*.f32 |
| 9 030× | *-lowering-*.f64 |
| 1 964× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 69 | 780 |
| 1 | 230 | 676 |
| 2 | 801 | 620 |
| 3 | 4728 | 614 |
| 4 | 6478 | 614 |
| 0 | 8873 | 589 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) b) |
(- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) |
(- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) |
(+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) |
(* -1/4 (* (* a a) (* a a))) |
-1/4 |
(* (* a a) (* a a)) |
(* a a) |
a |
(/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20)) |
(* c (* c (* c c))) |
c |
(* c (* c c)) |
(* c c) |
(* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20) |
(* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) |
(+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0) |
(+ (* b b) 0) |
b |
0 |
(+ (* (+ (* b b) 0) (+ (* b b) 0)) 0) |
1/20 |
(* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0))) |
(* -2 c) |
-2 |
(/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) |
(* c (* a (* c a))) |
(* a (* c a)) |
(* c a) |
(/ (* a (* c c)) (+ (* b b) 0)) |
(* a (* c c)) |
(neg (/ c b)) |
(/ c b) |
c |
b |
(* (+ (/ (* c c) (* b (* b b))) (/ c (* a b))) (- 0 a)) |
(+ (/ (* c c) (* b (* b b))) (/ c (* a b))) |
(/ (* c c) (* b (* b b))) |
(* c c) |
c |
(* b (* b b)) |
b |
(* b b) |
(/ c (* a b)) |
(* a b) |
a |
(- 0 a) |
0 |
(/ (+ (neg b) (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4)))))) (* 2 a)) |
(+ (neg b) (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4)))))) |
(neg b) |
b |
(/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4))))) |
(+ (* b b) (* c (* a -4))) |
(* c (* a -4)) |
c |
(* a -4) |
a |
-4 |
(sqrt (+ (* b b) (* c (* a -4)))) |
(* 2 a) |
2 |
(/ (/ (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) b) (* 2 a)) |
(/ (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) b) |
(+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) |
-4 |
(/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b))) |
(* a (* c (* a (* a (* c c))))) |
a |
(* c (* a (* a (* c c)))) |
c |
(* a (* a (* c c))) |
(* a (* c c)) |
(* c c) |
(* (* b b) (* b b)) |
(* b b) |
b |
(* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) |
-2 |
(+ (* a (/ (* a (* c c)) (* b b))) (* a c)) |
(/ (* a (* c c)) (* b b)) |
(* a c) |
(* 2 a) |
2 |
| Outputs |
|---|
(/ (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) b) |
(/.f64 (-.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) c) b) |
(- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) |
(-.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) c) |
(- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) |
(fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(* -1/4 (* (* a a) (* a a))) |
(*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) |
-1/4 |
#s(literal -1/4 binary64) |
(* (* a a) (* a a)) |
(*.f64 a (*.f64 a (*.f64 a a))) |
(* a a) |
(*.f64 a a) |
a |
(/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20)) |
(/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64))) |
(* c (* c (* c c))) |
(*.f64 c (*.f64 c (*.f64 c c))) |
c |
(* c (* c c)) |
(*.f64 c (*.f64 c c)) |
(* c c) |
(*.f64 c c) |
(* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) a) #s(literal 0 binary64)) |
(* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) |
(fma.f64 b (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0) |
(fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+ (* b b) 0) |
(fma.f64 b b #s(literal 0 binary64)) |
b |
0 |
#s(literal 0 binary64) |
(+ (* (+ (* b b) 0) (+ (* b b) 0)) 0) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
1/20 |
#s(literal 1/20 binary64) |
(* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0))) |
(/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* -2 c) |
(*.f64 c #s(literal -2 binary64)) |
-2 |
#s(literal -2 binary64) |
(/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* c (* a (* c a))) |
(*.f64 a (*.f64 a (*.f64 c c))) |
(* a (* c a)) |
(*.f64 (*.f64 a a) c) |
(* c a) |
(*.f64 a c) |
(/ (* a (* c c)) (+ (* b b) 0)) |
(/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) |
(* a (* c c)) |
(*.f64 a (*.f64 c c)) |
(neg (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ c b) |
(/.f64 c b) |
c |
b |
(* (+ (/ (* c c) (* b (* b b))) (/ c (* a b))) (- 0 a)) |
(fma.f64 (fma.f64 c (/.f64 c (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(+ (/ (* c c) (* b (* b b))) (/ c (* a b))) |
(fma.f64 c (/.f64 c (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 c (*.f64 a b))) |
(/ (* c c) (* b (* b b))) |
(/.f64 (*.f64 c c) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* c c) |
(*.f64 c c) |
c |
(* b (* b b)) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
b |
(* b b) |
(fma.f64 b b #s(literal 0 binary64)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(* a b) |
(*.f64 a b) |
a |
(- 0 a) |
(-.f64 #s(literal 0 binary64) a) |
0 |
#s(literal 0 binary64) |
(/ (+ (neg b) (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4)))))) (* 2 a)) |
(/.f64 (-.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))))) b) (*.f64 a #s(literal 2 binary64))) |
(+ (neg b) (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4)))))) |
(-.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))))) b) |
(neg b) |
(-.f64 #s(literal 0 binary64) b) |
b |
(/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4))))) |
(/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))))) |
(+ (* b b) (* c (* a -4))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) |
(* c (* a -4)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) #s(literal 0 binary64)) |
c |
(* a -4) |
(*.f64 a #s(literal -4 binary64)) |
a |
-4 |
#s(literal -4 binary64) |
(sqrt (+ (* b b) (* c (* a -4)))) |
(sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64)))) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(/ (/ (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) b) (* 2 a)) |
(/.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (/.f64 #s(literal -4 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a c) #s(literal -2 binary64)) (*.f64 a (*.f64 c #s(literal -2 binary64)))) (*.f64 a (*.f64 b #s(literal 2 binary64)))) |
(/ (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) b) |
(/.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (/.f64 #s(literal -4 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a c) #s(literal -2 binary64)) (*.f64 a (*.f64 c #s(literal -2 binary64)))) b) |
(+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (/.f64 #s(literal -4 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a c) #s(literal -2 binary64)) (*.f64 a (*.f64 c #s(literal -2 binary64)))) |
-4 |
#s(literal -4 binary64) |
(/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b))) |
(/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* a (* c (* a (* a (* c c))))) |
(*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) |
a |
(* c (* a (* a (* c c)))) |
(*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) |
c |
(* a (* a (* c c))) |
(*.f64 a (*.f64 a (*.f64 c c))) |
(* a (* c c)) |
(*.f64 a (*.f64 c c)) |
(* c c) |
(*.f64 c c) |
(* (* b b) (* b b)) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* b b) |
(fma.f64 b b #s(literal 0 binary64)) |
b |
(* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))) |
(*.f64 (*.f64 a c) (fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 a #s(literal -2 binary64)) #s(literal -2 binary64))) |
-2 |
#s(literal -2 binary64) |
(+ (* a (/ (* a (* c c)) (* b b))) (* a c)) |
(*.f64 a (*.f64 c (fma.f64 a (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)))) |
(/ (* a (* c c)) (* b b)) |
(/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) |
(* a c) |
(*.f64 a c) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
| ✓ | accuracy | 99.5% | (*.f64 a (*.f64 a (*.f64 c c))) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) |
| ✓ | accuracy | 99.2% | (*.f64 (*.f64 b b) (*.f64 b b)) |
| ✓ | accuracy | 99.8% | (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
| ✓ | accuracy | 99.6% | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | accuracy | 99.3% | (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
| ✓ | accuracy | 58.1% | (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
| ✓ | accuracy | 99.6% | (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
| ✓ | accuracy | 99.5% | (/.f64 c (*.f64 a b)) |
| ✓ | accuracy | 99.5% | (*.f64 b (*.f64 b b)) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 100.0% | (/.f64 c b) |
| ✓ | accuracy | 100.0% | (neg.f64 (/.f64 c b)) |
| ✓ | accuracy | 99.4% | (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)) |
| ✓ | accuracy | 99.4% | (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
| ✓ | accuracy | 99.3% | (*.f64 (*.f64 a a) (*.f64 a a)) |
| ✓ | accuracy | 99.2% | (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
| 116.0ms | 178× | 0 | valid |
| 61.0ms | 71× | 1 | valid |
| 10.0ms | 7× | 3 | valid |
Compiled 902 to 71 computations (92.1% saved)
ival-mult: 85.0ms (57.6% of total)ival-div: 29.0ms (19.7% of total)ival-add: 13.0ms (8.8% of total)adjust: 6.0ms (4.1% of total)ival-sub: 4.0ms (2.7% of total)const: 4.0ms (2.7% of total)ival-sqrt: 2.0ms (1.4% of total)ival-neg: 2.0ms (1.4% of total)exact: 1.0ms (0.7% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0)))> |
#<alt (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0))))> |
#<alt (/ (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) b)> |
#<alt (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c)> |
#<alt (/ c b)> |
#<alt (neg (/ c b))> |
#<alt (+ (/ (* c c) (* b (* b b))) (/ c (* a b)))> |
#<alt (/ (* c c) (* b (* b b)))> |
#<alt (* c c)> |
#<alt (/ c (* a b))> |
#<alt (+ (neg b) (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4))))))> |
#<alt (/ (+ (neg b) (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4)))))) (* 2 a))> |
#<alt (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4)))))> |
#<alt (+ (* b b) (* c (* a -4)))> |
#<alt (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c))))> |
#<alt (/ (/ (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) b) (* 2 a))> |
#<alt (+ (* a (/ (* a (* c c)) (* b b))) (* a c))> |
#<alt (/ (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) b)> |
#<alt (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)> |
#<alt (* (* a a) (* a a))> |
#<alt (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)> |
#<alt (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20)> |
#<alt (* b (* b b))> |
#<alt (sqrt (+ (* b b) (* c (* a -4))))> |
#<alt (* (* b b) (* b b))> |
#<alt (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))> |
#<alt (* a (* a (* c c)))> |
#<alt (/ (* a (* c c)) (* b b))> |
| Outputs |
|---|
#<alt (* -1 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2))))> |
#<alt (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2))))> |
#<alt (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2)))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2)))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2))))> |
#<alt (* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2))))> |
#<alt (* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2)))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2))> |
#<alt (/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2))> |
#<alt (/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2))> |
#<alt (/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2))> |
#<alt (/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))> |
#<alt (* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4)))))> |
#<alt (* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4)))))> |
#<alt (* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))> |
#<alt (* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4)))))> |
#<alt (* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4)))))> |
#<alt (* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c)> |
#<alt (- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c)> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2)))))))> |
#<alt (* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 c)> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 2))) 1))> |
#<alt (* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1))> |
#<alt (* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (/ c b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (/ c (* a b))> |
#<alt (* c (+ (/ 1 (* a b)) (/ c (pow b 3))))> |
#<alt (* c (+ (/ 1 (* a b)) (/ c (pow b 3))))> |
#<alt (* c (+ (/ 1 (* a b)) (/ c (pow b 3))))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3))> |
#<alt (/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3))> |
#<alt (/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3))> |
#<alt (/ c (* a b))> |
#<alt (/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b)> |
#<alt (/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b)> |
#<alt (/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b)> |
#<alt (/ c (* a b))> |
#<alt (* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b))> |
#<alt (/ c (* a b))> |
#<alt (/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a)> |
#<alt (/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a)> |
#<alt (/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a)> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (pow c 2)> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (/ c (* a b))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a)))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))))> |
#<alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a)))))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b)))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))> |
#<alt (* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))> |
#<alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))> |
#<alt (+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (sqrt -1)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a)))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))> |
#<alt (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))> |
#<alt (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))> |
#<alt (* -4 (* a c))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -4 a) (/ (pow b 2) c)))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a))))> |
#<alt (pow b 2)> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (+ (* -4 (* a c)) (pow b 2))> |
#<alt (* -4 (* a c))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -4 c) (/ (pow b 2) a)))> |
#<alt (* -4 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c))))> |
#<alt (* -2 (* a c))> |
#<alt (* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2)))))))> |
#<alt (* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (* -2 (/ (pow c 2) (* a (pow b 2))))))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2)))))))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 2)))) (* 4 (/ (pow c 3) (pow b 4))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4))))))> |
#<alt (* -2 (* a c))> |
#<alt (* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2)))))))> |
#<alt (* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c))))))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 2) c))) (* 4 (/ (pow a 3) (pow b 4))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 4))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))> |
#<alt (* -2 (* a c))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* -2 (* a c))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2)))))> |
#<alt (* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c)))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5))> |
#<alt (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (* a c)> |
#<alt (* a (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* a (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* a (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* a c)> |
#<alt (* c (+ a (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (* c (+ a (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (* c (+ a (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2))))> |
#<alt (/ (* (pow a 2) (pow c 2)) (pow b 2))> |
#<alt (/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2))> |
#<alt (/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2))> |
#<alt (/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2))> |
#<alt (* a c)> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* a c)> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (* -2 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ c (* (pow a 2) b))) (* -2 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ c (* (pow a 2) b))) (* -2 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 3)))) (* 4 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))) a)) (* 4 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))) a)) (* 4 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (* -2 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ a (* b (pow c 2)))) (* -2 (/ (pow a 2) (* (pow b 3) c))))))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ a (* b (pow c 2)))) (* -2 (/ (pow a 2) (* (pow b 3) c))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 3) c))) (* 4 (/ (pow a 3) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) c)) (* 4 (/ (pow a 3) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) c)) (* 4 (/ (pow a 3) (pow b 5))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 5))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 5))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b))> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (pow b 6)> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))> |
#<alt (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))> |
#<alt (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))> |
#<alt b> |
#<alt (+ b (* -2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -4))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))> |
#<alt (* -2 (* (sqrt (* a c)) (sqrt -1)))> |
#<alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))> |
#<alt (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (* (pow a 2) (pow c 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
#<alt (/ (* a (pow c 2)) (pow b 2))> |
201 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 13.0ms | c | @ | -inf | (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) |
| 4.0ms | b | @ | 0 | (+ (/ (* c c) (* b (* b b))) (/ c (* a b))) |
| 3.0ms | c | @ | 0 | (/ (* c c) (* b (* b b))) |
| 2.0ms | c | @ | inf | (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b))) |
| 1.0ms | a | @ | 0 | (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20) |
| 1× | batch-egg-rewrite |
| 4 862× | *-lowering-*.f32 |
| 4 862× | *-lowering-*.f64 |
| 3 884× | accelerator-lowering-fma.f32 |
| 3 884× | accelerator-lowering-fma.f64 |
| 3 480× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 67 | 549 |
| 1 | 453 | 439 |
| 2 | 4709 | 375 |
| 0 | 9277 | 355 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) |
(+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) |
(/ (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) b) |
(- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) |
(/ c b) |
(neg (/ c b)) |
(+ (/ (* c c) (* b (* b b))) (/ c (* a b))) |
(/ (* c c) (* b (* b b))) |
(* c c) |
(/ c (* a b)) |
(+ (neg b) (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4)))))) |
(/ (+ (neg b) (/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4)))))) (* 2 a)) |
(/ (+ (* b b) (* c (* a -4))) (sqrt (+ (* b b) (* c (* a -4))))) |
(+ (* b b) (* c (* a -4))) |
(+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) |
(/ (/ (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) b) (* 2 a)) |
(+ (* a (/ (* a (* c c)) (* b b))) (* a c)) |
(/ (+ (* -4 (/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b)))) (* -2 (+ (* a (/ (* a (* c c)) (* b b))) (* a c)))) b) |
(+ (* (+ (* b b) 0) (+ (* b b) 0)) 0) |
(* (* a a) (* a a)) |
(+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0) |
(* (* a (+ (* (+ (* b b) 0) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) 0)) 1/20) |
(* b (* b b)) |
(sqrt (+ (* b b) (* c (* a -4)))) |
(* (* b b) (* b b)) |
(/ (* a (* c (* a (* a (* c c))))) (* (* b b) (* b b))) |
(* a (* a (* c c))) |
(/ (* a (* c c)) (* b b)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (/.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 a (neg.f64 (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c c)) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c c)) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c c))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 a b) (/.f64 (*.f64 c c) b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 a b) (neg.f64 (/.f64 (*.f64 c c) b)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c c) b) (/.f64 a b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 c c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) b) (/.f64 #s(literal 1 binary64) b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) a (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a c) b) (/.f64 c b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (neg.f64 (/.f64 a b)) (/.f64 (*.f64 c c) b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) c) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 a a) (*.f64 a a)) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a a))) (*.f64 a a) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -2 binary64)) c (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -2 binary64)) c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c c))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) #s(literal 1 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 (fma.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) b (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) b))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) b)) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c c))))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 (fma.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) b (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) b))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b)) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c c))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) #s(literal 1 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) b) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) b))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) b)) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c c))))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) b) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) b))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (-.f64 (*.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (+.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))))) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(*.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c)))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) c) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) c) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) c) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) c) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 a a) (*.f64 a a)) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 a a) (*.f64 a a)) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a a))) (*.f64 a a) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a a))) (*.f64 a a) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a a))) (*.f64 a a) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a a))) (*.f64 a a) (*.f64 (neg.f64 (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -2 binary64)) c (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c)))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(/.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64))) (neg.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -8 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c)))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c)))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c)))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))) (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))))))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(+.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) b) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) b) (/.f64 c b)) |
(-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b) (/.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) b)) |
(fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(neg.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) b)) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 c c)) (*.f64 b (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) b) (*.f64 b c)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 b (-.f64 #s(literal 0 binary64) c))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (-.f64 (*.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (/.f64 b c)) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 b c))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) #s(literal 1 binary64)) (*.f64 (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))) b)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 c c)) #s(literal 1 binary64)) (*.f64 (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (+.f64 (pow.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) b) #s(literal 2 binary64)) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) b) (/.f64 c b))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) b) #s(literal 2 binary64)) (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64)))) (+.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) b) (/.f64 c b))) |
(/.f64 (*.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) #s(literal 1 binary64)) b) |
(/.f64 (*.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) (/.f64 #s(literal 1 binary64) b)) (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 c c)) (/.f64 #s(literal 1 binary64) b)) (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -1 binary64)) b) |
(pow.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(+.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (neg.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(+.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)) |
(+.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) |
(+.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c)) |
(+.f64 (-.f64 #s(literal 0 binary64) c) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) |
(-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) |
(-.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) c) |
(-.f64 (/.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) (/.f64 (*.f64 c c) (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))))) (neg.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)) |
(fma.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) c)) |
(fma.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (neg.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)) |
(fma.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (-.f64 #s(literal 0 binary64) c)) |
(fma.f64 #s(literal -1 binary64) c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) c) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) c) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) c) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 c (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 a a) (*.f64 a a)) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 a a) (*.f64 a a)) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 a a) (*.f64 a a)) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a a))) (*.f64 a a) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a a))) (*.f64 a a) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a a))) (*.f64 a a) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -2 binary64)) c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 c c)))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 c c)) (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c)))) (neg.f64 (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 c c))) (neg.f64 (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) c)) (*.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (+.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) c))) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(pow.f64 (/.f64 (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 c c))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) (/.f64 #s(literal 1 binary64) (fma.f64 c (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64))))) |
(*.f64 (-.f64 (pow.f64 (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) #s(literal 2 binary64)) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (+.f64 c (fma.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b c)) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(/.f64 c b) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b c) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b c))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1 binary64)) b) |
(pow.f64 (/.f64 b c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) c) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(neg.f64 (/.f64 c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) b) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) c))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (+.f64 #s(literal 0 binary64) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 0 binary64) (/.f64 c b))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64)))) (+.f64 #s(literal 0 binary64) (/.f64 c b))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 c #s(literal -1 binary64)) b) |
(pow.f64 (neg.f64 (/.f64 b c)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (-.f64 #s(literal 0 binary64) c)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 c b) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 c b)) |
(+.f64 (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 c (*.f64 a b))) |
(+.f64 (/.f64 c (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 c (-.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a b))))) (/.f64 (/.f64 (*.f64 c c) (*.f64 (*.f64 a b) (*.f64 a b))) (*.f64 c (-.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a b)))))) |
(fma.f64 c (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 c (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 c (*.f64 a b))) |
(fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 c (*.f64 a b))) |
(fma.f64 (*.f64 c c) (/.f64 #s(literal 1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 c (*.f64 a b))) |
(fma.f64 (/.f64 c b) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (/.f64 c (*.f64 a b))) |
(fma.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a b))) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 c (*.f64 a b))) |
(fma.f64 (/.f64 (*.f64 c c) b) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 c (*.f64 a b))) |
(fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (/.f64 c b) (/.f64 c (*.f64 a b))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 c (*.f64 a b))) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) c (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 c c) (/.f64 c (*.f64 a b))) |
(fma.f64 (/.f64 c a) (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) c (/.f64 c (*.f64 a b))) |
(fma.f64 (/.f64 (/.f64 (*.f64 c c) b) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 c (*.f64 a b))) |
(fma.f64 (/.f64 (/.f64 (*.f64 c c) b) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64)) (/.f64 c (*.f64 a b))) |
(/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 a a))))) (fma.f64 (/.f64 c (*.f64 a b)) (-.f64 (/.f64 c (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 c c) (*.f64 (*.f64 a b) (*.f64 a b))) (-.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b))) (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 c (*.f64 a b)) (-.f64 (/.f64 c (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (-.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a b)))) (-.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a b) (*.f64 a b)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a b) (*.f64 a b)))) (*.f64 c (-.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a b))))) |
(/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(/.f64 (fma.f64 (*.f64 c c) (*.f64 a (/.f64 b c)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (/.f64 b c)))) |
(/.f64 (fma.f64 (*.f64 c c) b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (/.f64 c a))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 a b) (*.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 a (/.f64 b c)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (/.f64 b c)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) b (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (/.f64 c a))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) |
(/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) c))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a (/.f64 b c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (/.f64 b c)))) |
(/.f64 (fma.f64 (/.f64 (*.f64 c c) b) b (*.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 c a))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (*.f64 a b) (*.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) c)) (*.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 a b))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (-.f64 #s(literal 0 binary64) c))) (*.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (*.f64 a (/.f64 b c)) (*.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 a (/.f64 b c)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) b (*.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (/.f64 c a))) (*.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) b)) |
(/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a b) (-.f64 #s(literal 0 binary64) (*.f64 c c)))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) |
(/.f64 (fma.f64 c (fma.f64 b b #s(literal 0 binary64)) (*.f64 (*.f64 a b) (/.f64 (*.f64 c c) b))) (*.f64 (*.f64 a b) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 c (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 (*.f64 a b) #s(literal 1 binary64))) (*.f64 (*.f64 a b) (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 c c))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (-.f64 #s(literal 0 binary64) (*.f64 c c)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) c) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (/.f64 (*.f64 c c) b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)) (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (/.f64 b c)) (*.f64 c c))) (*.f64 (*.f64 a (/.f64 b c)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (/.f64 b c)) (-.f64 #s(literal 0 binary64) (*.f64 c c)))) (*.f64 (*.f64 a (/.f64 b c)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 b b (*.f64 (*.f64 a (/.f64 b c)) (/.f64 (*.f64 c c) b))) (*.f64 (*.f64 a (/.f64 b c)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 (*.f64 a (/.f64 b c)) #s(literal 1 binary64))) (*.f64 (*.f64 a (/.f64 b c)) (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)))) |
(/.f64 (fma.f64 (/.f64 c a) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (/.f64 c a) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (/.f64 c a) (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (/.f64 (*.f64 c c) b))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (/.f64 c a) (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)))) |
(/.f64 (neg.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b))) (neg.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 a a)))))) (neg.f64 (fma.f64 (/.f64 c (*.f64 a b)) (-.f64 (/.f64 c (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a b) (*.f64 a b))))) (neg.f64 (*.f64 c (-.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a b)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 c c) (*.f64 (*.f64 a b) (*.f64 a b))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (-.f64 (/.f64 c (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 a b)) |
(pow.f64 (/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b))) (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 c (*.f64 a b)) (-.f64 (/.f64 c (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 a a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 c (-.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a b)))) (-.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a b) (*.f64 a b))))) #s(literal -1 binary64)) |
(*.f64 c (+.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) |
(*.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b))))) |
(*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 c (*.f64 a b)) (-.f64 (/.f64 c (*.f64 a b)) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a b) (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 c (-.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a b)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c))) #s(literal -1 binary64))) |
(exp.f64 (-.f64 (*.f64 (log.f64 c) #s(literal 2 binary64)) (*.f64 (log.f64 b) #s(literal 3 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 c) #s(literal 2 binary64)) (*.f64 (log.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64)))) |
(neg.f64 (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (/.f64 (*.f64 c c) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (*.f64 c c) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)))) |
(/.f64 (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 b c) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal 1 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 c c) b)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 c b) c) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (/.f64 b c)) |
(pow.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (*.f64 c c) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (*.f64 c c) (/.f64 #s(literal 1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (/.f64 c b) (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 c c) b) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (/.f64 c b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c c) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 c c)) |
(*.f64 (/.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) c) |
(*.f64 (/.f64 (/.f64 (*.f64 c c) b) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (/.f64 (/.f64 (*.f64 c c) b) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(exp.f64 (*.f64 (log.f64 c) #s(literal 2 binary64))) |
(pow.f64 c #s(literal 2 binary64)) |
(pow.f64 (*.f64 c c) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 c)) #s(literal 2 binary64)) |
(*.f64 c c) |
(*.f64 (exp.f64 (log.f64 c)) (exp.f64 (log.f64 c))) |
(exp.f64 (*.f64 (log.f64 (*.f64 a (/.f64 b c))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 c (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a b))) |
(/.f64 c (*.f64 a b)) |
(/.f64 (/.f64 c b) a) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 a b))) |
(/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 b c)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 a (/.f64 b c)))) |
(/.f64 (/.f64 c a) b) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (*.f64 a b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(/.f64 (neg.f64 (/.f64 c a)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (*.f64 a (/.f64 b c)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (/.f64 b c)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 c a)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 c (*.f64 a b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) c) |
(*.f64 (/.f64 c a) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(+.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) |
(-.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(-.f64 (+.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 0 binary64)) b) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(fma.f64 (pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (+.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (neg.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) (neg.f64 (fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 (fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)))) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) #s(literal 1 binary64)) (*.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1/2 binary64))) (neg.f64 a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) a) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(*.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) #s(literal -1 binary64))) |
(sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(neg.f64 (/.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(neg.f64 (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (*.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (*.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal 1/2 binary64)) |
(*.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(*.f64 (pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64))) |
(+.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(+.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(+.f64 #s(literal 0 binary64) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(+.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))) |
(+.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 0 binary64)) |
(+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(-.f64 (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 b b (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 b (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 b (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) b (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) b (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64)))))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 b b #s(literal 0 binary64)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) b (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (fma.f64 b b #s(literal 0 binary64))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64) (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 b (*.f64 b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))))) |
(/.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (neg.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64)))) (neg.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64)))) |
(pow.f64 (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(*.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(+.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(+.f64 (fma.f64 a (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -4 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 a (*.f64 c #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(fma.f64 a (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) #s(literal -2 binary64)) (fma.f64 a (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 a (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -4 binary64)) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 #s(literal -2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a #s(literal -2 binary64)) (fma.f64 a (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -4 binary64)) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -4 binary64) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) #s(literal -2 binary64) (fma.f64 a (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b b #s(literal 0 binary64))) #s(literal -4 binary64)) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (/.f64 #s(literal -4 binary64) b) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) b) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) a (fma.f64 a (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -4 binary64) (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
(/.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))))) (neg.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) (neg.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) b)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) (*.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) b)) a) |
(/.f64 (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) #s(literal 1 binary64)) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) b))) (neg.f64 a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 a #s(literal 2 binary64))) b) |
(/.f64 (/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b) a) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) (*.f64 a #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) b))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b)) |
(*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 #s(literal 2 binary64) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(+.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a c)) |
(+.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 a c (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a c)) |
(fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a c)) |
(fma.f64 c a (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a c)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64)) (*.f64 a c)) |
(fma.f64 (*.f64 a (*.f64 c c)) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (*.f64 a c)) |
(fma.f64 (*.f64 a (*.f64 c c)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) a) (*.f64 a c)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) a (*.f64 a c)) |
(fma.f64 (/.f64 a b) (/.f64 (*.f64 a (*.f64 c c)) b) (*.f64 a c)) |
(fma.f64 (/.f64 a b) (*.f64 (/.f64 (*.f64 c c) b) a) (*.f64 a c)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 c c)) b) (/.f64 a b) (*.f64 a c)) |
(fma.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b) (*.f64 a c)) |
(fma.f64 (*.f64 a (/.f64 a b)) (/.f64 (*.f64 c c) b) (*.f64 a c)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a c)) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 a (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (fma.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c))) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (neg.f64 (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)))) (neg.f64 (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)))) |
(/.f64 (-.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 a a) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (-.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) (fma.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)))) #s(literal -1 binary64)) |
(*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) |
(*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a a) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))))) |
(*.f64 (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) c)))) |
(*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) (*.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) b)) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)))) b)) |
(/.f64 (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (fma.f64 #s(literal -8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal -64 binary64)) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) b)) (fma.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (-.f64 (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) (/.f64 #s(literal 1 binary64) b)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 a (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) #s(literal -1 binary64)) b) |
(pow.f64 (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) |
(+.f64 #s(literal 0 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(+.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 #s(literal 4 binary64) (log.f64 b))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 4 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) b #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(neg.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (neg.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 4 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 4 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) b) |
(*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) |
(*.f64 #s(literal -1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 4 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 a)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 #s(literal 2 binary64) (log.f64 a) (*.f64 #s(literal 2 binary64) (log.f64 a)))) |
(pow.f64 a #s(literal 4 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 a a) (*.f64 a a)) #s(literal 1 binary64)) |
(*.f64 a (*.f64 a (*.f64 a a))) |
(*.f64 (*.f64 a a) (*.f64 a a)) |
(*.f64 (*.f64 a (*.f64 a a)) a) |
(+.f64 #s(literal 0 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(+.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 #s(literal 6 binary64) (log.f64 b))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 6 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 4 binary64) (log.f64 b)) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 b) #s(literal 3 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64) (*.f64 (log.f64 b) #s(literal 3 binary64)))) |
(exp.f64 (fma.f64 (log.f64 b) #s(literal 3 binary64) (*.f64 (log.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64)))) |
(exp.f64 (fma.f64 (log.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64) (*.f64 (log.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64)))) |
(exp.f64 (fma.f64 (log.f64 b) #s(literal 3 binary64) (*.f64 (log.f64 b) #s(literal 3 binary64)))) |
(exp.f64 (-.f64 (*.f64 (*.f64 #s(literal 6 binary64) (log.f64 b)) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 4 binary64) (log.f64 b)) #s(literal 3 binary64)))) |
(exp.f64 (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) (log.f64 b)) #s(literal 3 binary64)) (*.f64 #s(literal 6 binary64) (log.f64 b)))) |
(-.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(-.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(fma.f64 b (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(fma.f64 b (*.f64 b (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 3 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (pow.f64 (neg.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 3 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 6 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 3 binary64)) |
(pow.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 2 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 6 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 b (*.f64 b (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 3 binary64))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b) |
(*.f64 (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) #s(literal 3 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(+.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 a (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/20 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1/20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64))) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 1/20 binary64) a) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(*.f64 a (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64)))) |
(*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64))) |
(*.f64 (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/20 binary64)) |
(*.f64 #s(literal 1/20 binary64) (fma.f64 a (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 1/20 binary64))) a) |
(*.f64 (*.f64 #s(literal 1/20 binary64) a) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(+.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 0 binary64) b)) |
(+.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b #s(literal 0 binary64))) |
(+.f64 (*.f64 #s(literal 0 binary64) b) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(+.f64 (*.f64 b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (log.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 3/2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 0 binary64) b)) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) (*.f64 b #s(literal 0 binary64))) |
(fma.f64 b #s(literal 0 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) b (*.f64 #s(literal 0 binary64) b)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) b (*.f64 b #s(literal 0 binary64))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 0 binary64) b)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b) (*.f64 b #s(literal 0 binary64))) |
(fma.f64 #s(literal 0 binary64) b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64) (*.f64 #s(literal 0 binary64) b)) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64) (*.f64 b #s(literal 0 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal 0 binary64) b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (fma.f64 b b #s(literal 0 binary64)) (*.f64 b #s(literal 0 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b #s(literal 0 binary64))) |
(fma.f64 (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3/2 binary64)) (*.f64 #s(literal 0 binary64) b)) |
(fma.f64 (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3/2 binary64)) (*.f64 b #s(literal 0 binary64))) |
(fma.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64)) (*.f64 #s(literal 0 binary64) b)) |
(fma.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64)) (*.f64 b #s(literal 0 binary64))) |
(neg.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (pow.f64 (+.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (pow.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b (*.f64 #s(literal 0 binary64) b))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (*.f64 b (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 b (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 3 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) b))) #s(literal 3 binary64)) |
(pow.f64 (exp.f64 (log.f64 b)) #s(literal 3 binary64)) |
(*.f64 b (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) b) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) #s(literal -1 binary64))) |
(sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(neg.f64 (/.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(neg.f64 (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64)))) (sqrt.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (*.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (*.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 a c)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 16 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) #s(literal 1/2 binary64)) |
(*.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))))) |
(*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) |
(*.f64 (pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 0 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(+.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 #s(literal 4 binary64) (log.f64 b))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 4 binary64))) |
(-.f64 #s(literal 0 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(-.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) b #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(neg.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (neg.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 4 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 4 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) b) |
(*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)))) |
(*.f64 #s(literal -1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (*.f64 a c)) #s(literal 3 binary64)) (*.f64 #s(literal 4 binary64) (log.f64 b)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (neg.f64 a)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (neg.f64 a))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b) |
(/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) b) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal 1 binary64)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 c (*.f64 a (*.f64 c c))))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64))) b) b) |
(pow.f64 (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (*.f64 a (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))))) |
(*.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 a (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (neg.f64 a)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b b #s(literal 0 binary64))) (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) a) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) b) (/.f64 a (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 a c) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b)) |
(*.f64 (/.f64 (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 a (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b (*.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) b) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 a c)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 #s(literal 2 binary64) (log.f64 a) (*.f64 (log.f64 c) #s(literal 2 binary64)))) |
(exp.f64 (fma.f64 (log.f64 c) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (log.f64 a)))) |
(pow.f64 (*.f64 a c) #s(literal 2 binary64)) |
(*.f64 a (*.f64 a (*.f64 c c))) |
(*.f64 (*.f64 a a) (*.f64 c c)) |
(*.f64 c (*.f64 a (*.f64 a c))) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(*.f64 (*.f64 a (*.f64 a c)) c) |
(*.f64 (*.f64 a (*.f64 c c)) a) |
(*.f64 (*.f64 a c) (*.f64 a c)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(neg.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 a (*.f64 c c)) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 (/.f64 (*.f64 a (*.f64 c c)) b) b) |
(/.f64 (/.f64 (*.f64 a (*.f64 c c)) b) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 1 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c c)))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 c c)) b)) b) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 c c)) b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 a b) (*.f64 c c)) b) |
(pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (*.f64 a (*.f64 c c)) b)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 a (neg.f64 (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (*.f64 a (*.f64 c c)) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (*.f64 a (*.f64 c c)) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(*.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c c))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 c c) b)) |
(*.f64 (/.f64 a b) (neg.f64 (/.f64 (*.f64 c c) b))) |
(*.f64 (/.f64 (*.f64 c c) b) (/.f64 a b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 c c))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64))) a) |
(*.f64 (neg.f64 a) (/.f64 (*.f64 c c) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a c) b) (/.f64 c b)) |
(*.f64 (neg.f64 (/.f64 a b)) (/.f64 (*.f64 c c) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
| 1× | egg-herbie |
| 7 934× | accelerator-lowering-fma.f32 |
| 7 934× | accelerator-lowering-fma.f64 |
| 6 368× | *-lowering-*.f32 |
| 6 368× | *-lowering-*.f64 |
| 5 308× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1010 | 13144 |
| 1 | 3270 | 13007 |
| 0 | 8169 | 12546 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) |
(* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) |
(* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(* (pow c 2) (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) |
(* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) |
(* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5)))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c)))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b)) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c) |
(- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 c) |
(* c (- (* -1 (/ (* a c) (pow b 2))) 1)) |
(* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1)) |
(* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6)) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(/ c (* a b)) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(/ (pow c 2) (pow b 3)) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(/ (pow c 2) (pow b 3)) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(/ (pow c 2) (pow b 3)) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/ c (* a b)) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/ c (* a b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(/ c (* a b)) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/ (pow c 2) (pow b 3)) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(/ (pow c 2) (pow b 3)) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(/ (pow c 2) (pow b 3)) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(pow c 2) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(/ c (* a b)) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
(* -4 (* a c)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* -4 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* -4 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -2 (* a c)) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2))))))) |
(* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (* -2 (/ (pow c 2) (* a (pow b 2)))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2))))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 2)))) (* 4 (/ (pow c 3) (pow b 4)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4)))))) |
(* -2 (* a c)) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2))))))) |
(* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (* -2 (/ (pow a 2) (* (pow b 2) c))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 2) c))) (* 4 (/ (pow a 3) (pow b 4)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4)))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 4)) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4)) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4)) |
(* -2 (* a c)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* -2 (* a c)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))) |
(* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* a c) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* a c) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(* a c) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* a c) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (* -2 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ c (* (pow a 2) b))) (* -2 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ c (* (pow a 2) b))) (* -2 (/ (pow c 2) (* a (pow b 3))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 3)))) (* 4 (/ (pow c 3) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))) a)) (* 4 (/ (pow c 3) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))) a)) (* 4 (/ (pow c 3) (pow b 5)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (* -2 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ a (* b (pow c 2)))) (* -2 (/ (pow a 2) (* (pow b 3) c)))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ a (* b (pow c 2)))) (* -2 (/ (pow a 2) (* (pow b 3) c)))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 3) c))) (* 4 (/ (pow a 3) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) c)) (* 4 (/ (pow a 3) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) c)) (* 4 (/ (pow a 3) (pow b 5)))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(* -2 (/ (* a c) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* 2 (* a c)) (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 2 (* a c)) (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(pow b 6) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(* (pow a 2) (pow c 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/ (* a (pow c 2)) (pow b 2)) |
| Outputs |
|---|
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) a)) (*.f64 b b)) |
(* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) |
(*.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b b))))) |
(* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b b))))) |
(* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b b))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 a a))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 a a))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b)))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b)))) a)))) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) a)) (*.f64 b b)) |
(* (pow c 2) (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 b b)))) |
(* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 a (*.f64 b b)))) |
(* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 a (*.f64 b b)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 a (*.f64 (*.f64 c c) (*.f64 b b))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 a (*.f64 (*.f64 c c) (*.f64 b b))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 c (*.f64 b b)))) c))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 c (*.f64 b b)))) c))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) a)) (*.f64 b b)) |
(/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) a)) (*.f64 b b)) |
(/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a a)) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a a)) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a a)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (pow.f64 b #s(literal 4 binary64))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.f64 b b))) (pow.f64 b #s(literal 4 binary64))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5)))))))) |
(+.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -5 binary64) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 c (*.f64 b (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 c c) (*.f64 (*.f64 a a) (*.f64 b (*.f64 b b))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a))) a)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))))) |
(* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))) (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 c (*.f64 c c))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) b)))) c))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (fma.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7)) |
(/.f64 (fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(/.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b)) |
(/.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c) |
(fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) c)) |
(- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) c)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 a a))))) |
(* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (fma.f64 #s(literal -5 binary64) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c (neg.f64 (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 a a))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b)))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) (-.f64 #s(literal 0 binary64) a))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* c (- (* -1 (/ (* a c) (pow b 2))) 1)) |
(*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) |
(* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1)) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1)) |
(*.f64 c (fma.f64 c (-.f64 (*.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 a (*.f64 (*.f64 c c) (*.f64 b b))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 c c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 c (*.f64 b b)))) c))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (+.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 c c))) (/.f64 a (*.f64 c (*.f64 b b)))) (-.f64 #s(literal 0 binary64) c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c a)) (/.f64 (*.f64 c c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c a)) (/.f64 (*.f64 c c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c a)) (/.f64 (*.f64 c c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/.f64 (fma.f64 a (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 c b)) a) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/.f64 (fma.f64 a (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 c b)) a) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/.f64 (fma.f64 a (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 c b)) a) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (pow c 2) (pow b 3)) |
(*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(pow c 2) |
(*.f64 c c) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 b (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b)))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))) b) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (-.f64 #s(literal 0 binary64) (/.f64 b c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (-.f64 #s(literal 0 binary64) (/.f64 b c))))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (/ b c))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (-.f64 #s(literal 0 binary64) (/.f64 b c)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 b c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a))))) (-.f64 #s(literal 0 binary64) c)) b) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))) b) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (/ b a))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) a)) b) a)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (*.f64 c (/.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 a b))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 a c)))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 a c))))) |
(* c (+ (* -1/2 (/ b (* a c))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
(*.f64 c (fma.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 a c)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 a c)))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/2 (/ b a)) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) (-.f64 #s(literal 0 binary64) c))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) (/.f64 (fma.f64 #s(literal -1/128 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 a (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))) b) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))))) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a)))) |
(+ (* -1/2 (/ b a)) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
(fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal -1/16 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a)) a))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/8 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64)))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b))) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))))) (-.f64 #s(literal 0 binary64) c)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 c b))) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
(*.f64 a (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))))))))) |
(* -4 (* a c)) |
(*.f64 (*.f64 a c) #s(literal -4 binary64)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(* -4 (* a c)) |
(*.f64 (*.f64 a c) #s(literal -4 binary64)) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -4 (* a c)) |
(*.f64 (*.f64 a c) #s(literal -4 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c)) (-.f64 #s(literal 0 binary64) c)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 b b (*.f64 (*.f64 a c) #s(literal -4 binary64))) |
(* -4 (* a c)) |
(*.f64 (*.f64 a c) #s(literal -4 binary64)) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 (*.f64 a c) #s(literal -4 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 a c)) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) |
(* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2))))))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal -4 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c #s(literal -2 binary64)))) |
(* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2))))))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal -4 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 c #s(literal -2 binary64)))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (* -2 (/ (pow c 2) (* a (pow b 2)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 c (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 c (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 2)))) (* 4 (/ (pow c 3) (pow b 4)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 a c)) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) |
(* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 a #s(literal -2 binary64)))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (* -2 (/ (pow a 2) (* (pow b 2) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c c)) (/.f64 (*.f64 a a) (*.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c c)) (/.f64 (*.f64 a a) (*.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 2) c))) (* 4 (/ (pow a 3) (pow b 4)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4)))))) |
(*.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) c))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4)))))) |
(*.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) c))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 b b)))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (*.f64 a a) (*.f64 a (*.f64 c (*.f64 b b))))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (*.f64 a a) (*.f64 a (*.f64 c (*.f64 b b))))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 a c)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(* -2 (* a c)) |
(*.f64 #s(literal -2 binary64) (*.f64 a c)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 c (*.f64 b (*.f64 a a)))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 c (*.f64 b (*.f64 a a)))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))) |
(*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))) |
(*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) b))))) |
(* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) b))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 c (*.f64 b (*.f64 b b))))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) b)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) b)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)) |
(/.f64 (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)) |
(/.f64 (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) (-.f64 #s(literal 0 binary64) b)) |
(* a c) |
(*.f64 a c) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(*.f64 a (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(*.f64 a (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(* a (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(*.f64 a (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* (pow a 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a))) |
(* a c) |
(*.f64 a c) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)) |
(* c (+ a (/ (* (pow a 2) c) (pow b 2)))) |
(*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(* (pow c 2) (+ (/ a c) (/ (pow a 2) (pow b 2)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) |
(/ (* (pow a 2) (pow c 2)) (pow b 2)) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b))) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 (*.f64 c c) (*.f64 a a) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 b b)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 (*.f64 c c) (*.f64 a a) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 b b)) |
(/ (+ (* a (* (pow b 2) c)) (* (pow a 2) (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 (*.f64 c c) (*.f64 a a) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 b b)) |
(* a c) |
(*.f64 a c) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) |
(* a c) |
(*.f64 a c) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) |
(+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) |
(fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (* -2 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ c (* (pow a 2) b))) (* -2 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 c (*.f64 b (*.f64 a a))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 5))) (+ (* -2 (/ c (* (pow a 2) b))) (* -2 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 c (*.f64 b (*.f64 a a))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c c))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 3)))) (* 4 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (neg.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))) a)) (* 4 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b)))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))) a)) (* 4 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b)))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b)))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c c))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (* -2 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ a (* b (pow c 2)))) (* -2 (/ (pow a 2) (* (pow b 3) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 (*.f64 c c) b)) (/.f64 (*.f64 a a) (*.f64 c (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 5))) (+ (* -2 (/ a (* b (pow c 2)))) (* -2 (/ (pow a 2) (* (pow b 3) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 (*.f64 c c) b)) (/.f64 (*.f64 a a) (*.f64 c (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c c))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 3) c))) (* 4 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) c)) (* 4 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b)))) c)) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) c)) (* 4 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b)))) c)) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 c c))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (*.f64 a a) (*.f64 a (*.f64 c (*.f64 b b))))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (*.f64 a a) (*.f64 a (*.f64 c (*.f64 b b))))) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 5 binary64))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) b) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 2 (* a c)) (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 2 (* a c)) (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 c c) (/.f64 (*.f64 a a) (*.f64 b b)) (*.f64 a c)))) (-.f64 #s(literal 0 binary64) b)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 (*.f64 a (pow.f64 b #s(literal 6 binary64))) #s(literal 1/20 binary64)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 5 binary64)))))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/8 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64)))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b))) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))))))) |
(* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))))) (-.f64 #s(literal 0 binary64) c)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) b) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 c b))) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 c (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
(*.f64 a (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))))))))) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(* (pow a 2) (pow c 2)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
(/ (* a (pow c 2)) (pow b 2)) |
(/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) |
Compiled 112 917 to 6 490 computations (94.3% saved)
71 alts after pruning (67 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2 103 | 27 | 2 130 |
| Fresh | 15 | 40 | 55 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 2 120 | 71 | 2 191 |
| Status | Accuracy | Program |
|---|---|---|
| 58.3% | (/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 58.4% | (/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 86.0% | (/.f64 (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) | |
| 86.2% | (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) | |
| 57.7% | (/.f64 (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 57.1% | (/.f64 (fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 89.5% | (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) #s(literal -1/4 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) | |
| 89.2% | (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) (neg.f64 (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) b) | |
| 86.2% | (/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 86.2% | (/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) (*.f64 #s(literal 2 binary64) a)) |
| 86.2% | (/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)))) b) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) | |
| 59.2% | (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) | |
| 56.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 56.7% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
| 61.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) | |
| 89.5% | (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) b) | |
| 59.2% | (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) | |
| 58.4% | (/.f64 (-.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 86.4% | (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) | |
| ▶ | 89.5% | (/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) |
| 86.4% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) | |
| 57.8% | (/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) | |
| 57.9% | (/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 57.4% | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
| 57.2% | (/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 57.7% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) | |
| 86.2% | (/.f64 (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b) | |
| 89.2% | (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 c c)))) b) | |
| 59.2% | (/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 59.2% | (/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) | |
| 89.1% | (/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) a)) a)) (neg.f64 (*.f64 a (*.f64 a a)))) b) | |
| ▶ | 79.1% | (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
| 79.1% | (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) | |
| 79.3% | (/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) | |
| 86.3% | (/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) | |
| 89.4% | (/.f64 (*.f64 c (fma.f64 c (-.f64 (*.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) | |
| 62.0% | (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 79.2% | (/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) | |
| 79.2% | (/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) | |
| 57.9% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) | |
| 86.1% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b)) | |
| 62.0% | (/.f64 #s(literal -1 binary64) (/.f64 b c)) | |
| 89.5% | (-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b) (/.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) b)) | |
| 57.0% | (-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) | |
| 79.3% | (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) | |
| ▶ | 86.2% | (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
| 79.2% | (*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) | |
| 89.2% | (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b))) c)) c))) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) | |
| ▶ | 79.2% | (*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
| 86.2% | (*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 2 binary64))) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.2% | (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) (-.f64 #s(literal 0 binary64) a)) | |
| 62.0% | (*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) | |
| 89.4% | (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) | |
| 57.9% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) | |
| 79.1% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) | |
| 79.1% | (*.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.2% | (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) | |
| 79.2% | (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) | |
| ▶ | 62.0% | (*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
| 79.1% | (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) | |
| 79.3% | (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) | |
| ✓ | 62.1% | (neg.f64 (/.f64 c b)) |
Compiled 5 055 to 2 486 computations (50.8% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 a #s(literal -4 binary64)) |
| ✓ | cost-diff | 320 | (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
| ✓ | cost-diff | 320 | (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
| ✓ | cost-diff | 1728 | (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))))) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))) |
| ✓ | cost-diff | 448 | (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) a) |
| ✓ | cost-diff | 0 | (/.f64 c a) |
| ✓ | cost-diff | 0 | (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
| ✓ | cost-diff | 192 | (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) b) |
| ✓ | cost-diff | 128 | (neg.f64 (/.f64 #s(literal 1 binary64) b)) |
| ✓ | cost-diff | 128 | (*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
| ✓ | cost-diff | 0 | (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) |
| ✓ | cost-diff | 640 | (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
| ✓ | cost-diff | 1344 | (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
| 15 702× | accelerator-lowering-fma.f32 |
| 15 702× | accelerator-lowering-fma.f64 |
| 8 250× | *-lowering-*.f32 |
| 8 250× | *-lowering-*.f64 |
| 2 338× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 75 | 775 |
| 1 | 252 | 666 |
| 2 | 970 | 625 |
| 3 | 5795 | 607 |
| 0 | 8063 | 589 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) b) |
(- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) |
(- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) |
(+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) |
(* -1/4 (* (* a a) (* a a))) |
-1/4 |
(* (* a a) (* a a)) |
(* a a) |
a |
(/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20)) |
(* c (* c (* c c))) |
c |
(* c (* c c)) |
(* c c) |
(* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20) |
(* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) |
(* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b) |
(* (+ (* b b) 0) (* b (+ (* b b) 0))) |
(+ (* b b) 0) |
b |
0 |
(* b (+ (* b b) 0)) |
1/20 |
(* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0))) |
(* -2 c) |
-2 |
(/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) |
(* c (* a (* c a))) |
(* a (* c a)) |
(* c a) |
(+ (* (+ (* b b) 0) (+ (* b b) 0)) 0) |
(/ (* a (* c c)) (+ (* b b) 0)) |
(* a (* c c)) |
(* c (neg (/ 1 b))) |
c |
(neg (/ 1 b)) |
(/ 1 b) |
1 |
b |
(* (/ (+ (* (* b b) (/ c a)) (* c c)) (* b (* b b))) (- 0 a)) |
(/ (+ (* (* b b) (/ c a)) (* c c)) (* b (* b b))) |
(+ (* (* b b) (/ c a)) (* c c)) |
(* b b) |
b |
(/ c a) |
c |
a |
(* c c) |
(* b (* b b)) |
(- 0 a) |
0 |
(/ (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) (* 2 a)) |
(* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) |
(* c c) |
c |
(* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b))))) |
-2 |
(+ (/ a (* c b)) (/ (* a a) (* b (* b b)))) |
(/ a (* c b)) |
a |
(* c b) |
b |
(/ (* a a) (* b (* b b))) |
(* a a) |
(* b (* b b)) |
(* b b) |
(* 2 a) |
2 |
(* (+ (* (* a -4) (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))) (* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2))) (/ 1 (* b (* a 2)))) |
(+ (* (* a -4) (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))) (* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2))) |
(* a -4) |
a |
-4 |
(/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0)) |
(* a (* c (* a (* c c)))) |
(* c (* a (* c c))) |
c |
(* a (* c c)) |
(* c c) |
(+ (* b (* b (+ (* b b) 0))) 0) |
b |
(* b (+ (* b b) 0)) |
(+ (* b b) 0) |
0 |
(* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2)) |
(* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2) |
(+ (* (* a c) (/ c (+ (* b b) 0))) c) |
(* a c) |
(/ c (+ (* b b) 0)) |
-2 |
(/ 1 (* b (* a 2))) |
1 |
(* b (* a 2)) |
(* a 2) |
2 |
| Outputs |
|---|
(/ (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) b) |
(/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a a))) #s(literal 1 binary64)) (/.f64 (*.f64 c (*.f64 c (fma.f64 c c #s(literal 0 binary64)))) (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/20 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64)) #s(literal 0 binary64))) c) b) |
(- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) |
(-.f64 (fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a a))) #s(literal 1 binary64)) (/.f64 (*.f64 c (*.f64 c (fma.f64 c c #s(literal 0 binary64)))) (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/20 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64)) #s(literal 0 binary64))) c) |
(- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a a))) #s(literal 1 binary64)) (/.f64 (*.f64 c (*.f64 c (fma.f64 c c #s(literal 0 binary64)))) (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/20 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64)) #s(literal 0 binary64))) |
(+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) |
(fma.f64 (fma.f64 c c #s(literal 0 binary64)) (fma.f64 (/.f64 (*.f64 (*.f64 a a) c) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64) (*.f64 (/.f64 (fma.f64 c c #s(literal 0 binary64)) (fma.f64 a (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/20 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal 0 binary64)) |
(* -1/4 (* (* a a) (* a a))) |
(*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) |
-1/4 |
#s(literal -1/4 binary64) |
(* (* a a) (* a a)) |
(*.f64 a (*.f64 a (*.f64 a a))) |
(* a a) |
(*.f64 a a) |
a |
(/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20)) |
(/.f64 (*.f64 c (*.f64 c (fma.f64 c c #s(literal 0 binary64)))) (fma.f64 a (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/20 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* c (* c (* c c))) |
(*.f64 c (*.f64 c (fma.f64 c c #s(literal 0 binary64)))) |
c |
(* c (* c c)) |
(*.f64 c (fma.f64 c c #s(literal 0 binary64))) |
(* c c) |
(fma.f64 c c #s(literal 0 binary64)) |
(* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20) |
(fma.f64 a (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1/20 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a b) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b) |
(fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (+ (* b b) 0) (* b (+ (* b b) 0))) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+ (* b b) 0) |
(fma.f64 b b #s(literal 0 binary64)) |
b |
0 |
#s(literal 0 binary64) |
(* b (+ (* b b) 0)) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
1/20 |
#s(literal 1/20 binary64) |
(* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (fma.f64 c c #s(literal 0 binary64)))) (/.f64 (*.f64 a c) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(* -2 c) |
(*.f64 c #s(literal -2 binary64)) |
-2 |
#s(literal -2 binary64) |
(/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)) |
(/.f64 (*.f64 a (*.f64 a (fma.f64 c c #s(literal 0 binary64)))) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* c (* a (* c a))) |
(*.f64 a (*.f64 a (fma.f64 c c #s(literal 0 binary64)))) |
(* a (* c a)) |
(*.f64 (*.f64 a a) c) |
(* c a) |
(*.f64 a c) |
(+ (* (+ (* b b) 0) (+ (* b b) 0)) 0) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(/ (* a (* c c)) (+ (* b b) 0)) |
(fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(* a (* c c)) |
(*.f64 a (fma.f64 c c #s(literal 0 binary64))) |
(* c (neg (/ 1 b))) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
c |
(neg (/ 1 b)) |
(/.f64 #s(literal -1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
1 |
#s(literal 1 binary64) |
b |
(* (/ (+ (* (* b b) (/ c a)) (* c c)) (* b (* b b))) (- 0 a)) |
(fma.f64 (fma.f64 c (+.f64 c (/.f64 (fma.f64 b b #s(literal 0 binary64)) a)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 0 binary64)) |
(/ (+ (* (* b b) (/ c a)) (* c c)) (* b (* b b))) |
(/.f64 (fma.f64 c (+.f64 c (/.f64 (fma.f64 b b #s(literal 0 binary64)) a)) #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(+ (* (* b b) (/ c a)) (* c c)) |
(fma.f64 c (+.f64 c (/.f64 (fma.f64 b b #s(literal 0 binary64)) a)) #s(literal 0 binary64)) |
(* b b) |
(fma.f64 b b #s(literal 0 binary64)) |
b |
(/ c a) |
(/.f64 c a) |
c |
a |
(* c c) |
(fma.f64 c c #s(literal 0 binary64)) |
(* b (* b b)) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(- 0 a) |
(-.f64 #s(literal 0 binary64) a) |
0 |
#s(literal 0 binary64) |
(/ (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) (* 2 a)) |
(*.f64 (fma.f64 c c #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) |
(*.f64 (fma.f64 c c #s(literal 0 binary64)) (*.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 c b))))) |
(* c c) |
(fma.f64 c c #s(literal 0 binary64)) |
c |
(* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b))))) |
(*.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 c b)))) |
-2 |
#s(literal -2 binary64) |
(+ (/ a (* c b)) (/ (* a a) (* b (* b b)))) |
(fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) |
(/ a (* c b)) |
(/.f64 a (*.f64 c b)) |
a |
(* c b) |
(*.f64 c b) |
b |
(/ (* a a) (* b (* b b))) |
(/.f64 (*.f64 a a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* a a) |
(*.f64 a a) |
(* b (* b b)) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* b b) |
(fma.f64 b b #s(literal 0 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(* (+ (* (* a -4) (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))) (* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2))) (/ 1 (* b (* a 2)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 a #s(literal -4 binary64)) #s(literal -2 binary64)) (*.f64 c #s(literal -2 binary64))) (*.f64 b #s(literal 2 binary64)))) |
(+ (* (* a -4) (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))) (* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2))) |
(*.f64 a (fma.f64 (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) #s(literal 0 binary64)) (fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 a #s(literal -4 binary64)) #s(literal -2 binary64)) (*.f64 c #s(literal -2 binary64)))) |
(* a -4) |
(*.f64 a #s(literal -4 binary64)) |
a |
-4 |
#s(literal -4 binary64) |
(/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 c (fma.f64 c c #s(literal 0 binary64)))) (fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(* a (* c (* a (* c c)))) |
(*.f64 (*.f64 a a) (*.f64 c (fma.f64 c c #s(literal 0 binary64)))) |
(* c (* a (* c c))) |
(*.f64 a (*.f64 c (fma.f64 c c #s(literal 0 binary64)))) |
c |
(* a (* c c)) |
(*.f64 a (fma.f64 c c #s(literal 0 binary64))) |
(* c c) |
(fma.f64 c c #s(literal 0 binary64)) |
(+ (* b (* b (+ (* b b) 0))) 0) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
b |
(* b (+ (* b b) 0)) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(+ (* b b) 0) |
(fma.f64 b b #s(literal 0 binary64)) |
0 |
#s(literal 0 binary64) |
(* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2)) |
(*.f64 (*.f64 c (fma.f64 a (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2) |
(*.f64 #s(literal -2 binary64) (*.f64 c (fma.f64 a (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64)))) |
(+ (* (* a c) (/ c (+ (* b b) 0))) c) |
(*.f64 c (fma.f64 a (/.f64 c (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) |
(* a c) |
(*.f64 a c) |
(/ c (+ (* b b) 0)) |
(/.f64 c (fma.f64 b b #s(literal 0 binary64))) |
-2 |
#s(literal -2 binary64) |
(/ 1 (* b (* a 2))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
1 |
#s(literal 1 binary64) |
(* b (* a 2)) |
(*.f64 b (*.f64 a #s(literal 2 binary64))) |
(* a 2) |
(*.f64 a #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.5% | (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
| ✓ | accuracy | 99.5% | (*.f64 b (fma.f64 b b #s(literal 0 binary64))) |
| ✓ | accuracy | 99.5% | (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
| ✓ | accuracy | 99.5% | (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) |
| ✓ | accuracy | 99.5% | (*.f64 b (*.f64 b b)) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
| ✓ | accuracy | 99.5% | (*.f64 b (*.f64 b b)) |
| ✓ | accuracy | 99.5% | (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.3% | (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) b) |
| ✓ | accuracy | 100.0% | (neg.f64 (/.f64 #s(literal 1 binary64) b)) |
| ✓ | accuracy | 99.5% | (*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) |
| ✓ | accuracy | 99.4% | (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64)) |
| ✓ | accuracy | 99.3% | (*.f64 (*.f64 a a) (*.f64 a a)) |
| ✓ | accuracy | 99.2% | (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
| 219.0ms | 256× | 0 | valid |
Compiled 904 to 77 computations (91.5% saved)
ival-mult: 128.0ms (69.2% of total)ival-add: 28.0ms (15.1% of total)ival-div: 20.0ms (10.8% of total)const: 4.0ms (2.2% of total)ival-sub: 3.0ms (1.6% of total)exact: 1.0ms (0.5% of total)ival-neg: 1.0ms (0.5% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0)))> |
#<alt (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0))))> |
#<alt (/ (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) b)> |
#<alt (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c)> |
#<alt (* c (neg (/ 1 b)))> |
#<alt (neg (/ 1 b))> |
#<alt (/ 1 b)> |
#<alt (+ (* (* b b) (/ c a)) (* c c))> |
#<alt (/ (+ (* (* b b) (/ c a)) (* c c)) (* b (* b b)))> |
#<alt (/ c a)> |
#<alt (- 0 a)> |
#<alt (/ (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) (* 2 a))> |
#<alt (+ (/ a (* c b)) (/ (* a a) (* b (* b b))))> |
#<alt (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b))))))> |
#<alt (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))> |
#<alt (+ (* (* a -4) (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))) (* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2)))> |
#<alt (* (+ (* (* a -4) (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))) (* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2))) (/ 1 (* b (* a 2))))> |
#<alt (/ 1 (* b (* a 2)))> |
#<alt (* a -4)> |
#<alt (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)> |
#<alt (* (* a a) (* a a))> |
#<alt (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20)> |
#<alt (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))> |
#<alt (* b (* b b))> |
#<alt (* (/ (+ (* (* b b) (/ c a)) (* c c)) (* b (* b b))) (- 0 a))> |
#<alt (/ (* a a) (* b (* b b)))> |
#<alt (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))> |
#<alt (+ (* b (* b (+ (* b b) 0))) 0)> |
#<alt (* b (+ (* b b) 0))> |
| Outputs |
|---|
#<alt (* -1 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2))))> |
#<alt (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2))))> |
#<alt (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2)))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2)))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2))))> |
#<alt (* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2))))> |
#<alt (* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2)))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2))> |
#<alt (/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2))> |
#<alt (/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2))> |
#<alt (/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2))> |
#<alt (/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))> |
#<alt (* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4)))))> |
#<alt (* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4)))))> |
#<alt (* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))> |
#<alt (* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4)))))> |
#<alt (* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4)))))> |
#<alt (* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b)))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c)> |
#<alt (- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c)> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2)))))))> |
#<alt (* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2)))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6))))))> |
#<alt (* -1 c)> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 2))) 1))> |
#<alt (* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1))> |
#<alt (* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2))))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c)))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c))))> |
#<alt (* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c))))> |
#<alt (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6)))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6))> |
#<alt (/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* -1 c)> |
#<alt (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c)> |
#<alt (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ c b))> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ -1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (pow c 2)> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (/ (* (pow b 2) c) a)> |
#<alt (* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (/ (* (pow b 2) c) a)> |
#<alt (* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2))))> |
#<alt (/ (* (pow b 2) c) a)> |
#<alt (* c (+ c (/ (pow b 2) a)))> |
#<alt (* c (+ c (/ (pow b 2) a)))> |
#<alt (* c (+ c (/ (pow b 2) a)))> |
#<alt (pow c 2)> |
#<alt (* (pow c 2) (+ 1 (/ (pow b 2) (* a c))))> |
#<alt (* (pow c 2) (+ 1 (/ (pow b 2) (* a c))))> |
#<alt (* (pow c 2) (+ 1 (/ (pow b 2) (* a c))))> |
#<alt (pow c 2)> |
#<alt (* (pow c 2) (+ 1 (/ (pow b 2) (* a c))))> |
#<alt (* (pow c 2) (+ 1 (/ (pow b 2) (* a c))))> |
#<alt (* (pow c 2) (+ 1 (/ (pow b 2) (* a c))))> |
#<alt (/ (* (pow b 2) c) a)> |
#<alt (/ (+ (* a (pow c 2)) (* (pow b 2) c)) a)> |
#<alt (/ (+ (* a (pow c 2)) (* (pow b 2) c)) a)> |
#<alt (/ (+ (* a (pow c 2)) (* (pow b 2) c)) a)> |
#<alt (pow c 2)> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (pow c 2)> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (+ (/ (* (pow b 2) c) a) (pow c 2))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3))> |
#<alt (/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3))> |
#<alt (/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3))> |
#<alt (/ c (* a b))> |
#<alt (/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b)> |
#<alt (/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b)> |
#<alt (/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b)> |
#<alt (/ c (* a b))> |
#<alt (* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b))> |
#<alt (/ c (* a b))> |
#<alt (* c (+ (/ 1 (* a b)) (/ c (pow b 3))))> |
#<alt (* c (+ (/ 1 (* a b)) (/ c (pow b 3))))> |
#<alt (* c (+ (/ 1 (* a b)) (/ c (pow b 3))))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (/ c (* a b))> |
#<alt (/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a)> |
#<alt (/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a)> |
#<alt (/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a)> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (/ (pow c 2) (pow b 3))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (/ c a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 a)> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (/ a (* b c))> |
#<alt (* a (+ (/ 1 (* b c)) (/ a (pow b 3))))> |
#<alt (* a (+ (/ 1 (* b c)) (/ a (pow b 3))))> |
#<alt (* a (+ (/ 1 (* b c)) (/ a (pow b 3))))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3))))> |
#<alt (/ a (* b c))> |
#<alt (/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c)> |
#<alt (/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c)> |
#<alt (/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c)> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (+ (/ a (* b c)) (/ (pow a 2) (pow b 3)))> |
#<alt (+ (/ a (* b c)) (/ (pow a 2) (pow b 3)))> |
#<alt (+ (/ a (* b c)) (/ (pow a 2) (pow b 3)))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (+ (/ a (* b c)) (/ (pow a 2) (pow b 3)))> |
#<alt (+ (/ a (* b c)) (/ (pow a 2) (pow b 3)))> |
#<alt (+ (/ a (* b c)) (/ (pow a 2) (pow b 3)))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3))> |
#<alt (/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3))> |
#<alt (/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3))> |
#<alt (/ a (* b c))> |
#<alt (/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b)> |
#<alt (/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b)> |
#<alt (/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b)> |
#<alt (/ a (* b c))> |
#<alt (* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3))> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (* -2 (/ (* a c) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))> |
#<alt (* -2 (/ a (* b c)))> |
#<alt (* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c)))))> |
#<alt (* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c)))))> |
#<alt (* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c)))))> |
#<alt (* -2 (/ (pow a 2) (pow b 3)))> |
#<alt (* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3))))))> |
#<alt (* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3))))))> |
#<alt (* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3))))))> |
#<alt (* -2 (/ (pow a 2) (pow b 3)))> |
#<alt (* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3))))))> |
#<alt (* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3))))))> |
#<alt (* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3))))))> |
#<alt (* -2 (/ a (* b c)))> |
#<alt (/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c)> |
#<alt (/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c)> |
#<alt (/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c)> |
#<alt (* -2 (/ (pow a 2) (pow b 3)))> |
#<alt (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))> |
#<alt (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))> |
#<alt (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))> |
#<alt (* -2 (/ (pow a 2) (pow b 3)))> |
#<alt (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))> |
#<alt (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))> |
#<alt (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))> |
#<alt (* -2 (/ (pow a 2) (pow b 3)))> |
#<alt (/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3))> |
#<alt (/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3))> |
#<alt (/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3))> |
#<alt (* -2 (/ a (* b c)))> |
#<alt (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b)> |
#<alt (* -2 (/ a (* b c)))> |
#<alt (* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b))> |
#<alt (* -2 (* a c))> |
#<alt (* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2)))))> |
#<alt (* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2)))))))> |
#<alt (* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (* -2 (/ (pow c 2) (* a (pow b 2))))))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2)))))))> |
#<alt (* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 2)))) (* 4 (/ (pow c 3) (pow b 4))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4))))))> |
#<alt (* -2 (* a c))> |
#<alt (* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2)))))))> |
#<alt (* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2)))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c))))))> |
#<alt (* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 2) c))) (* 4 (/ (pow a 3) (pow b 4))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4))))))> |
#<alt (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 4))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))> |
#<alt (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4))> |
#<alt (* -2 (* a c))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* -2 (* a c))> |
#<alt (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))> |
#<alt (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))))> |
#<alt (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2)))))> |
#<alt (* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2)))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c)))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5))> |
#<alt (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (/ 1/2 (* a b))> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (* -4 a)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (pow a 4)> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 1/20 (* a (pow b 6)))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (* 20 (/ (pow c 4) (* a (pow b 6))))> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3))> |
#<alt (* -1 (/ c b))> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (* -1 (/ c b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))> |
#<alt (* -1 (/ c b))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))))> |
#<alt (* -1 (/ c b))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (pow a 2) (pow b 3))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 2) (pow c 3)) (pow b 4))> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 4)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
192 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.0ms | a | @ | inf | (/ (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) (* 2 a)) |
| 1.0ms | b | @ | -inf | (/ (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) (* 2 a)) |
| 1.0ms | a | @ | 0 | (/ (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) (* 2 a)) |
| 1.0ms | c | @ | 0 | (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20)) |
| 1.0ms | c | @ | 0 | (/ (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) (* 2 a)) |
| 1× | batch-egg-rewrite |
| 5 764× | *-lowering-*.f32 |
| 5 764× | *-lowering-*.f64 |
| 4 332× | accelerator-lowering-fma.f32 |
| 4 332× | accelerator-lowering-fma.f64 |
| 2 566× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 75 | 507 |
| 1 | 481 | 410 |
| 2 | 4814 | 392 |
| 0 | 8126 | 375 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) |
(+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) |
(/ (- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) b) |
(- (- (+ (* (* -1/4 (* (* a a) (* a a))) (/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20))) (* (* -2 c) (/ (* c (* a (* c a))) (+ (* (+ (* b b) 0) (+ (* b b) 0)) 0)))) (/ (* a (* c c)) (+ (* b b) 0))) c) |
(* c (neg (/ 1 b))) |
(neg (/ 1 b)) |
(/ 1 b) |
(+ (* (* b b) (/ c a)) (* c c)) |
(/ (+ (* (* b b) (/ c a)) (* c c)) (* b (* b b))) |
(/ c a) |
(- 0 a) |
(/ (* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) (* 2 a)) |
(+ (/ a (* c b)) (/ (* a a) (* b (* b b)))) |
(* (* c c) (* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b)))))) |
(* -2 (+ (/ a (* c b)) (/ (* a a) (* b (* b b))))) |
(+ (* (* a -4) (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))) (* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2))) |
(* (+ (* (* a -4) (/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0))) (* a (* (+ (* (* a c) (/ c (+ (* b b) 0))) c) -2))) (/ 1 (* b (* a 2)))) |
(/ 1 (* b (* a 2))) |
(* a -4) |
(+ (* (+ (* b b) 0) (+ (* b b) 0)) 0) |
(* (* a a) (* a a)) |
(* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20) |
(/ (* c (* c (* c c))) (* (* a (* (* (+ (* b b) 0) (* b (+ (* b b) 0))) b)) 1/20)) |
(* b (* b b)) |
(* (/ (+ (* (* b b) (/ c a)) (* c c)) (* b (* b b))) (- 0 a)) |
(/ (* a a) (* b (* b b))) |
(/ (* a (* c (* a (* c c)))) (+ (* b (* b (+ (* b b) 0))) 0)) |
(+ (* b (* b (+ (* b b) 0))) 0) |
(* b (+ (* b b) 0)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(+.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)))) (/.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))))) (/.f64 (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 a (neg.f64 (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c c)) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 a c) (neg.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (*.f64 a c)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (neg.f64 (*.f64 a c)) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (neg.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 a c) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) c) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64)) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) c (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) c (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) #s(literal 1 binary64))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c)))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) #s(literal 1 binary64))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c c))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c c))))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 (*.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (+.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))))) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64))) (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(*.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) c) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64)) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) c (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) |
(/.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))))) |
(+.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) b) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) b) (/.f64 c b)) |
(-.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) b) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) b)) |
(fma.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 c b))) |
(neg.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) b)) |
(/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) b) |
(/.f64 #s(literal 1 binary64) (/.f64 b (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) (*.f64 b (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c)) (*.f64 b (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 c b)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) #s(literal 1 binary64)) (*.f64 (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))) b)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) #s(literal -1 binary64)) (*.f64 (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c)) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) b)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c)) #s(literal -1 binary64)) (*.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 3 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (+.f64 (pow.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 2 binary64)) (fma.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) b) (/.f64 c b))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) b) #s(literal 2 binary64)) (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64))))) (+.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) b) (/.f64 c b))) |
(/.f64 (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal 1 binary64)) b) |
(/.f64 (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) (/.f64 #s(literal 1 binary64) b)) (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c)) (/.f64 #s(literal 1 binary64) b)) (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c)))) |
(pow.f64 (/.f64 b (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 b (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(*.f64 (pow.f64 (/.f64 b (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(+.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(+.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(+.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (*.f64 a c)) (-.f64 #s(literal 0 binary64) c))) |
(+.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(+.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c)) |
(+.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) |
(-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) |
(-.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) |
(-.f64 (/.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)))) (/.f64 (*.f64 c (*.f64 c c)) (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c)))) (/.f64 (*.f64 c c) (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))))) |
(-.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) c) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 c (*.f64 (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c #s(literal -2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 #s(literal -1 binary64) c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) |
(fma.f64 (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (*.f64 a c)) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))))) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))))) (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) c)) |
(fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) (fma.f64 (/.f64 c (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (*.f64 a c)) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) c)) |
(fma.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))))) (-.f64 #s(literal 0 binary64) c)) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) a) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) c) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) c) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) c) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64)) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64)) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/4 binary64)) (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)) (+.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal -1/4 binary64) (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)) (-.f64 (fma.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) c)) |
(fma.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) c (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))) (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c)))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c)) (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 c (-.f64 c (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (fma.f64 c (*.f64 c c) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (fma.f64 c (-.f64 c (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (fma.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) c)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 c (-.f64 c (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 c (*.f64 c c) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 c (-.f64 c (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 c (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) c)))) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c)))) (neg.f64 (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c))) (neg.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c c)))) (+.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (+.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (fma.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (*.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) c))) (-.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (+.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) |
(pow.f64 (/.f64 (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))) (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 3 binary64)) (*.f64 c (*.f64 c c))) (/.f64 #s(literal 1 binary64) (fma.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))) (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64))))) |
(*.f64 (-.f64 (pow.f64 (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) #s(literal 2 binary64)) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (*.f64 a (*.f64 a (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a (*.f64 c (/.f64 c (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) c))))) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(neg.f64 (/.f64 c b)) |
(/.f64 c (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) b) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 c #s(literal -1 binary64)) b) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 c (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 #s(literal -1 binary64) (/.f64 c b)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b)) |
(neg.f64 (/.f64 #s(literal 1 binary64) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (+.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) (+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b))) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b #s(literal -1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) b)) |
(/.f64 #s(literal 1 binary64) b) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 b #s(literal -1 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 b #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (pow.f64 b #s(literal -1/2 binary64)) (pow.f64 b #s(literal -1/2 binary64))) |
(+.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) |
(+.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)))) |
(fma.f64 c c (*.f64 b (/.f64 (*.f64 c b) a))) |
(fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) |
(fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 c a) (*.f64 c c)) |
(fma.f64 (/.f64 c a) (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c)) |
(fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) |
(fma.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) a) (*.f64 c c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)) (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c)))))) |
(/.f64 (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c)))) (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) (neg.f64 (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c))))) (neg.f64 (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)))) |
(/.f64 (-.f64 (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)))) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a)))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)) (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) |
(/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)))) |
(/.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) #s(literal 1 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c))) |
(/.f64 (/.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) b) b) |
(pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (/.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (*.f64 c c) (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 c c) (-.f64 (*.f64 c c) (*.f64 b (/.f64 (*.f64 c b) a))) (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 c (fma.f64 b b #s(literal 0 binary64))) (*.f64 c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (/.f64 (*.f64 c b) a)) (*.f64 c c)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a c)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 c (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) a)) |
(/.f64 c a) |
(/.f64 #s(literal 1 binary64) (/.f64 a c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a c) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a c))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) a) |
(pow.f64 (/.f64 a c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 c a)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) c) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 a a #s(literal 0 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) |
(+.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) a) |
(-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 a a #s(literal 0 binary64))) a) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 (fma.f64 a a #s(literal 0 binary64)) a)) |
(fma.f64 #s(literal -1 binary64) a #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 a a #s(literal 0 binary64))) #s(literal 0 binary64)) |
(neg.f64 a) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 a (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 a (-.f64 #s(literal 0 binary64) a))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) a) |
(*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 a a #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 (*.f64 c c) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 (*.f64 c c) #s(literal 1/2 binary64))) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 (*.f64 c c) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) a) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 #s(literal -2 binary64) a))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) a) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 (*.f64 c c) #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 c (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a)))) |
(*.f64 c (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 c (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a)))) |
(*.f64 (/.f64 c a) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 c a) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 (*.f64 c c) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (/.f64 (*.f64 c c) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (*.f64 (*.f64 c c) #s(literal 1/2 binary64)) (*.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 #s(literal -2 binary64) a))) |
(*.f64 (*.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 #s(literal -2 binary64) a)) (*.f64 (*.f64 c c) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 (*.f64 c c) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (*.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 (*.f64 c c) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a)) (*.f64 c c)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 c c) a) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 c #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) #s(literal 2 binary64)) (/.f64 (*.f64 c c) a)) |
(*.f64 (/.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) a) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) #s(literal 2 binary64)) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a)) |
(*.f64 (pow.f64 (/.f64 a (*.f64 c c)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (*.f64 c c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 c (*.f64 c #s(literal -2 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) c) #s(literal -1 binary64)) (pow.f64 (/.f64 a (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (*.f64 c (*.f64 c #s(literal -2 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) #s(literal -1 binary64))) |
(+.f64 (/.f64 a (*.f64 c b)) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) |
(-.f64 (/.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) (/.f64 (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(fma.f64 a (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) |
(fma.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a (*.f64 c b)) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a c) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 a (*.f64 c b))) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 a (*.f64 c b))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 a b) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (/.f64 a b) (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 a c) (/.f64 #s(literal 1 binary64) b) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a a #s(literal 0 binary64)) (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a a #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) a (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) a (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 a b) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 a (*.f64 c b))) |
(fma.f64 (/.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64)) (/.f64 a (*.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c)))) (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))))) |
(/.f64 (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (+.f64 (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (fma.f64 a (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c b) #s(literal 1 binary64))) (*.f64 (*.f64 c b) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))))) |
(/.f64 (fma.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 c b) (*.f64 a (-.f64 #s(literal 0 binary64) a)))) (*.f64 (*.f64 c b) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (fma.f64 a (fma.f64 b b #s(literal 0 binary64)) (*.f64 (*.f64 c b) (/.f64 (fma.f64 a a #s(literal 0 binary64)) b))) (*.f64 (*.f64 c b) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (/.f64 (*.f64 c b) a) (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (/.f64 (*.f64 c b) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 c b) a) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 c b) a) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 c b) a) (*.f64 a (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 (*.f64 c b) a) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (/.f64 (*.f64 c b) a) (/.f64 (fma.f64 a a #s(literal 0 binary64)) b))) (*.f64 (/.f64 (*.f64 c b) a) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c b)) (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c b)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c b)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c b)) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c b)) (*.f64 a (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c b)) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c b)) (/.f64 (fma.f64 a a #s(literal 0 binary64)) b))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c b)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (/.f64 a c) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 b (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (/.f64 a c) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) b) (*.f64 b (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (/.f64 a c) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 b (*.f64 a (-.f64 #s(literal 0 binary64) a)))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (/.f64 a c) (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (/.f64 (fma.f64 a a #s(literal 0 binary64)) b))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 (*.f64 c b) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 (*.f64 c b) a))) |
(/.f64 (fma.f64 (fma.f64 a a #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 c b)) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 c b)))) |
(/.f64 (fma.f64 (fma.f64 a a #s(literal 0 binary64)) b (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 a c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (*.f64 c b) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) a)) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) (*.f64 c b))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 c b) a) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) (/.f64 (*.f64 c b) a))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 c b)) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 c b)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) b (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) (/.f64 a c))) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) b)) |
(/.f64 (fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 c b) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) a)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c b))) |
(/.f64 (fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 c b) a) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 c b) a))) |
(/.f64 (fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 c b)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 c b)))) |
(/.f64 (fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) b (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a c))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (*.f64 c b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c b))) |
(/.f64 (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (/.f64 (*.f64 c b) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (*.f64 c b) a))) |
(/.f64 (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (-.f64 #s(literal 0 binary64) (*.f64 c b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 c b)))) |
(/.f64 (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) b (*.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 a c))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (neg.f64 (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (neg.f64 (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (neg.f64 (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c)))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) |
(/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c b)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 (/.f64 (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c)))) (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 a (+.f64 (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c)))))) |
(*.f64 (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(+.f64 (*.f64 (*.f64 c c) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) (*.f64 (*.f64 c c) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 a (*.f64 c b))) (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 a (*.f64 c b)))) |
(+.f64 (*.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (*.f64 c c)) (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c c))) |
(+.f64 (*.f64 (/.f64 a (*.f64 c b)) (*.f64 c (*.f64 c #s(literal -2 binary64)))) (*.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c #s(literal -2 binary64))))) |
(+.f64 (*.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c #s(literal -2 binary64)))) (*.f64 (/.f64 a (*.f64 c b)) (*.f64 c (*.f64 c #s(literal -2 binary64))))) |
(fma.f64 (*.f64 c c) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (*.f64 (*.f64 c c) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (/.f64 a (*.f64 c b)) (*.f64 c (*.f64 c #s(literal -2 binary64))) (*.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c #s(literal -2 binary64))))) |
(fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c #s(literal -2 binary64))) (*.f64 (/.f64 a (*.f64 c b)) (*.f64 c (*.f64 c #s(literal -2 binary64))))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (*.f64 c c) (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c c))) |
(fma.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 a (*.f64 c b)) (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(fma.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (/.f64 a (*.f64 c b)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 c (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))))) |
(*.f64 #s(literal -2 binary64) (*.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (*.f64 c c))) |
(*.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (*.f64 c (*.f64 c #s(literal -2 binary64)))) |
(*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) (*.f64 c c)) |
(*.f64 (*.f64 c (*.f64 c #s(literal -2 binary64))) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) |
(*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) |
(*.f64 (*.f64 (*.f64 c c) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) #s(literal -2 binary64)) |
(+.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 a (*.f64 (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(fma.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(fma.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c b)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 #s(literal -2 binary64) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(fma.f64 (/.f64 a (*.f64 c b)) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(fma.f64 (/.f64 a b) (*.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) #s(literal -2 binary64)) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (/.f64 a b)) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) |
(/.f64 (fma.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -8 binary64))) (fma.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b))) (*.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (-.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a a #s(literal 0 binary64))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))))) |
(/.f64 (*.f64 #s(literal -2 binary64) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 c b) a) a (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -2 binary64)) (*.f64 c (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -2 binary64)) (fma.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal -2 binary64)) (*.f64 a (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 c b)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) |
(*.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) #s(literal -2 binary64)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(+.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 a (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 a (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a #s(literal -4 binary64))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 #s(literal -2 binary64) (*.f64 a (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a #s(literal -4 binary64))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a #s(literal -4 binary64)) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (*.f64 a #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 a (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) a (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -4 binary64)) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -4 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) b) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) a) #s(literal -4 binary64) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (fma.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))))) |
(/.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) #s(literal 1 binary64)) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) #s(literal 1 binary64)) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) (neg.f64 (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 a (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (*.f64 a (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) #s(literal -1 binary64)) |
(*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) |
(*.f64 a (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) #s(literal 1 binary64)) |
(*.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (/.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) (*.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (*.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (*.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b)) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 b (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) #s(literal 1 binary64)) (*.f64 (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (/.f64 #s(literal 1 binary64) b)) (*.f64 (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) #s(literal -1 binary64)) (*.f64 (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 b (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)))) (*.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) (*.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)))) (*.f64 (*.f64 b (*.f64 a #s(literal -2 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) (*.f64 (*.f64 b (*.f64 a #s(literal -2 binary64))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) |
(/.f64 (neg.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (*.f64 b (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a #s(literal 2 binary64))) b) |
(/.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a b)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (/.f64 #s(literal 1 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) #s(literal -1 binary64)) (*.f64 b (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64)))) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) #s(literal -8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) (fma.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (-.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c))))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) (*.f64 a (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) (*.f64 b (*.f64 a #s(literal -2 binary64)))) |
(pow.f64 (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))))) |
(*.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 a b)) #s(literal 1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (*.f64 b (*.f64 a #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 b (*.f64 a #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) b) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 2 binary64)) a) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) a) #s(literal 2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (*.f64 b (*.f64 a #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal -2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (*.f64 #s(literal 2 binary64) b) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (pow.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (*.f64 b #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 a #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) a) |
(+.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 b) #s(literal 2 binary64) (*.f64 (log.f64 b) #s(literal 2 binary64)))) |
(-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 4 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b) |
(*.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 a)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 a) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 a) #s(literal 2 binary64) (*.f64 (log.f64 a) #s(literal 2 binary64)))) |
(pow.f64 a #s(literal 4 binary64)) |
(pow.f64 (fma.f64 a a #s(literal 0 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) #s(literal 1 binary64)) |
(*.f64 a (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) |
(*.f64 (*.f64 a (fma.f64 a a #s(literal 0 binary64))) a) |
(*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)) |
(*.f64 #s(literal 1/20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64))) |
(*.f64 (*.f64 a (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 b #s(literal 1/20 binary64))) |
(*.f64 (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) a) |
(*.f64 (*.f64 #s(literal 1/20 binary64) a) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (*.f64 #s(literal 1/20 binary64) (*.f64 a (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) b) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -1/20 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/20 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -1/20 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 1/20 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c (*.f64 c c))))) (neg.f64 (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -1/20 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1/20 binary64)) |
(/.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 1 binary64)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (*.f64 c c))) #s(literal 1/20 binary64)) |
(/.f64 (*.f64 c (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) a) (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(pow.f64 (/.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/20 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 c c) (*.f64 (*.f64 c c) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 c c) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (*.f64 c (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (/.f64 c (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c c))) (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))))) |
(*.f64 (/.f64 c a) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 c a) (pow.f64 (/.f64 (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -1/20 binary64)))) |
(*.f64 (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal 20 binary64)) (/.f64 c (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 c (*.f64 c (*.f64 c c)))) |
(*.f64 (/.f64 #s(literal 20 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) #s(literal 20 binary64)) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) c) |
(*.f64 (/.f64 c #s(literal 1/20 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 c #s(literal 1/20 binary64))) |
(*.f64 (/.f64 (*.f64 c c) a) (/.f64 (*.f64 c c) (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 c c) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 c c) #s(literal 1/20 binary64))) |
(*.f64 (/.f64 (*.f64 c c) #s(literal 1/20 binary64)) (/.f64 (*.f64 c c) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) a) (/.f64 c (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 #s(literal 20 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (pow.f64 (/.f64 #s(literal 1/20 binary64) (*.f64 c (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 c c)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 c (*.f64 c c))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 1/20 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c c)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1/20 binary64) (*.f64 c c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/20 binary64) (*.f64 c c)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c c))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1/20 binary64) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/20 binary64) c) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 c (*.f64 c c))) #s(literal -1 binary64))) |
(+.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(+.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)) #s(literal 3/2 binary64))) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) b #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 3/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 3/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) #s(literal 0 binary64)) |
(/.f64 (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 3 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(*.f64 b (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) b) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 3/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64))) |
(+.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 #s(literal 0 binary64) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64) (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(neg.f64 (*.f64 a (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(neg.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) a)) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64)) (*.f64 a (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (fma.f64 a a #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a a #s(literal 0 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b)) (*.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) (*.f64 a (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b)) (*.f64 a (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64))))) (fma.f64 a a #s(literal 0 binary64))) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)))) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (fma.f64 a a #s(literal 0 binary64)))) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 a a #s(literal 0 binary64))) |
(/.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) a) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) |
(pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(neg.f64 (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 a a #s(literal 0 binary64)) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))))) |
(/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 a a #s(literal 0 binary64)) #s(literal 1 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b)) (-.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (*.f64 (/.f64 a b) a) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (*.f64 a (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) b) |
(/.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) b) b) |
(pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 a a #s(literal 0 binary64)) b)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 a a #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a a #s(literal 0 binary64)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 a a #s(literal 0 binary64))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 a b) (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (fma.f64 a a #s(literal 0 binary64)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 a a #s(literal 0 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a a #s(literal 0 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) a) |
(*.f64 (/.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (/.f64 (/.f64 (fma.f64 a a #s(literal 0 binary64)) b) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) a)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 c (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1 binary64))) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(/.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) b) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c c))))) |
(/.f64 (*.f64 c (*.f64 (*.f64 a (*.f64 a c)) (-.f64 #s(literal 0 binary64) c))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) #s(literal 1 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 c (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 a (*.f64 a c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) c) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 a (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 a c) (*.f64 (*.f64 a (*.f64 c c)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (*.f64 a c) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 a b) (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 a (fma.f64 b b #s(literal 0 binary64))) (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 b b #s(literal 0 binary64))) (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 b (*.f64 a (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) a) |
(*.f64 (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b)) |
(*.f64 (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (pow.f64 (/.f64 b (*.f64 a (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a c) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (*.f64 a c) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 a (*.f64 c c)) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 a c)) #s(literal -1 binary64)) (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a c)) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 a (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a c)) #s(literal -1 binary64)) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) (/.f64 a b)) |
(*.f64 (pow.f64 (/.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 a (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(+.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 b) #s(literal 2 binary64) (*.f64 (log.f64 b) #s(literal 2 binary64)))) |
(-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(fma.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 0 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (neg.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 4 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal -1 binary64)) |
(*.f64 b (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) b) |
(*.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(*.f64 (fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 2 binary64))) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(+.f64 #s(literal 0 binary64) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(+.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)) #s(literal 3/2 binary64))) |
(fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b b #s(literal 0 binary64)) b #s(literal 0 binary64)) |
(fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 3/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 3/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64)) #s(literal 0 binary64)) |
(/.f64 (fma.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (fma.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (-.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (-.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) b) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (*.f64 b (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(pow.f64 b #s(literal 3 binary64)) |
(pow.f64 (fma.f64 b b #s(literal 0 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(*.f64 b (fma.f64 b b #s(literal 0 binary64))) |
(*.f64 (fma.f64 b b #s(literal 0 binary64)) b) |
(*.f64 (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 3/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 3/2 binary64))) |
| 1× | egg-herbie |
| 12 452× | accelerator-lowering-fma.f32 |
| 12 452× | accelerator-lowering-fma.f64 |
| 7 652× | *-lowering-*.f32 |
| 7 652× | *-lowering-*.f64 |
| 1 818× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 578 | 10281 |
| 1 | 1799 | 10099 |
| 2 | 6275 | 10065 |
| 0 | 8094 | 9723 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) |
(* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) |
(* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(* (pow c 2) (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) |
(* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) |
(* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5)))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c)))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b)) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c) |
(- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(* -1 c) |
(* c (- (* -1 (/ (* a c) (pow b 2))) 1)) |
(* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1)) |
(* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6)) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* -1 c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(* -1 (/ c b)) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(pow c 2) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(/ (* (pow b 2) c) a) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(/ (* (pow b 2) c) a) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(/ (* (pow b 2) c) a) |
(* c (+ c (/ (pow b 2) a))) |
(* c (+ c (/ (pow b 2) a))) |
(* c (+ c (/ (pow b 2) a))) |
(pow c 2) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(pow c 2) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(/ (* (pow b 2) c) a) |
(/ (+ (* a (pow c 2)) (* (pow b 2) c)) a) |
(/ (+ (* a (pow c 2)) (* (pow b 2) c)) a) |
(/ (+ (* a (pow c 2)) (* (pow b 2) c)) a) |
(pow c 2) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(pow c 2) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(/ (pow c 2) (pow b 3)) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/ c (* a b)) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/ c (* a b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(/ c (* a b)) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(/ (pow c 2) (pow b 3)) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(/ (pow c 2) (pow b 3)) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(/ c (* a b)) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/ (pow c 2) (pow b 3)) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(/ (pow c 2) (pow b 3)) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(/ c a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/ a (* b c)) |
(* a (+ (/ 1 (* b c)) (/ a (pow b 3)))) |
(* a (+ (/ 1 (* b c)) (/ a (pow b 3)))) |
(* a (+ (/ 1 (* b c)) (/ a (pow b 3)))) |
(/ (pow a 2) (pow b 3)) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(/ (pow a 2) (pow b 3)) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(/ a (* b c)) |
(/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c) |
(/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c) |
(/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c) |
(/ (pow a 2) (pow b 3)) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(/ (pow a 2) (pow b 3)) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(/ (pow a 2) (pow b 3)) |
(/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3)) |
(/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3)) |
(/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3)) |
(/ a (* b c)) |
(/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b) |
(/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b) |
(/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b) |
(/ a (* b c)) |
(* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b)) |
(* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b)) |
(* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b)) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(* -2 (/ (* a c) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(* -2 (/ a (* b c))) |
(* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c))))) |
(* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c))))) |
(* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c))))) |
(* -2 (/ (pow a 2) (pow b 3))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(* -2 (/ (pow a 2) (pow b 3))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(* -2 (/ a (* b c))) |
(/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c) |
(/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c) |
(/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c) |
(* -2 (/ (pow a 2) (pow b 3))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(* -2 (/ (pow a 2) (pow b 3))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(* -2 (/ (pow a 2) (pow b 3))) |
(/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3)) |
(/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3)) |
(/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3)) |
(* -2 (/ a (* b c))) |
(/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b) |
(/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b) |
(/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b) |
(* -2 (/ a (* b c))) |
(* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b)) |
(* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b)) |
(* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b)) |
(* -2 (* a c)) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2))))))) |
(* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (* -2 (/ (pow c 2) (* a (pow b 2)))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2))))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 2)))) (* 4 (/ (pow c 3) (pow b 4)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4)))))) |
(* -2 (* a c)) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2))))))) |
(* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2))))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (* -2 (/ (pow a 2) (* (pow b 2) c))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 2) c))) (* 4 (/ (pow a 3) (pow b 4)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4)))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 4)) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4)) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4)) |
(* -2 (* a c)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* -2 (* a c)) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))) |
(* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(/ 1/2 (* a b)) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(* -4 a) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(pow a 4) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 1/20 (* a (pow b 6))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (pow a 2) (pow b 3)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 4) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
| Outputs |
|---|
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) |
(*.f64 a (-.f64 (*.f64 a (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 c c) (*.f64 b b)))) |
(* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) |
(*.f64 a (-.f64 (*.f64 a (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 c c) (*.f64 b b)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(*.f64 a (*.f64 (*.f64 a a) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 a (*.f64 b b))))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(*.f64 a (*.f64 (*.f64 a a) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 a (*.f64 b b))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 5 binary64) (/.f64 (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 5 binary64) (/.f64 (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) a)))) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(* (pow c 2) (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) |
(*.f64 (*.f64 c c) (fma.f64 c (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 6 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) |
(*.f64 (*.f64 c c) (fma.f64 c (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 6 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 a (*.f64 c (*.f64 c (*.f64 b b)))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 a (*.f64 c (*.f64 c (*.f64 b b)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 c (*.f64 b b)))) c))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 c (*.f64 b b)))) c))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 c (*.f64 a (*.f64 b b))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 c (*.f64 a (*.f64 b b))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(* -1 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/ (- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(/ (- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (* a (pow c 2))) (pow b 2)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 b b) (*.f64 b b))) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a a)) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a a)) |
(* (pow a 2) (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a a)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 b b) (*.f64 b b))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 6 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 6 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* (pow c 3) (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 6 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 b b)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 b b)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 b b)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (*.f64 b b) (*.f64 b b))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 b b)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 b b)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 2))) (* -2 (* (pow a 2) (pow c 3)))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -5 binary64) (*.f64 b b)) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (*.f64 b b) (*.f64 b b))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 7))) (* -2 (/ (pow c 3) (pow b 5)))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) (*.f64 (*.f64 a a) (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (* -2 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 c (*.f64 b (*.f64 a (*.f64 a (*.f64 b b))))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 7))) (+ (* -2 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1 (/ c (* (pow a 3) b))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (fma.f64 c (/.f64 c (*.f64 b (*.f64 a (*.f64 a (*.f64 b b))))) (/.f64 c (*.f64 b (*.f64 a (*.f64 a a))))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 5)))) (* 5 (/ (pow c 4) (pow b 7)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3))))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 5 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))))) a)) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a))) a)) (* 5 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 5 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) a)) a)) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 7))) (* -2 (/ (pow a 2) (pow b 5))))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 7 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 (*.f64 a a) (/.f64 #s(literal -2 binary64) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 (*.f64 a a) (/.f64 #s(literal -2 binary64) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 a (*.f64 c (*.f64 c (*.f64 b (*.f64 b b))))))) |
(* (pow c 4) (- (+ (* -5 (/ (pow a 3) (pow b 7))) (+ (* -2 (/ (pow a 2) (* (pow b 5) c))) (* -1 (/ a (* (pow b 3) (pow c 2)))))) (/ 1 (* b (pow c 3))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (fma.f64 (*.f64 a a) (/.f64 #s(literal -2 binary64) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c (*.f64 b (*.f64 b b))))))) (fma.f64 #s(literal -5 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 c (*.f64 (*.f64 c c) b)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -2 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 (*.f64 a a) (/.f64 #s(literal -2 binary64) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b))) c)) c))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (fma.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 c (*.f64 a (*.f64 b b))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))))) (pow b 7)) |
(/.f64 (fma.f64 (*.f64 b b) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/ (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(/.f64 (fma.f64 a (-.f64 (*.f64 a (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 c c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) b) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (/ (* a (pow c 2)) (pow b 2))))) b)) |
(/.f64 (+.f64 c (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 5 binary64)) (pow.f64 b #s(literal 6 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) |
(- (* a (- (* -2 (/ (* a (pow c 3)) (pow b 4))) (/ (pow c 2) (pow b 2)))) c) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(- (* a (- (* a (+ (* -5 (/ (* a (pow c 4)) (pow b 6))) (* -2 (/ (pow c 3) (pow b 4))))) (/ (pow c 2) (pow b 2)))) c) |
(fma.f64 a (-.f64 (*.f64 a (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 c c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (* -2 (/ (pow c 3) (* a (pow b 4)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* (pow a 3) (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ (pow c 2) (* (pow a 2) (pow b 2))))))) |
(*.f64 a (*.f64 (*.f64 a a) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 a (*.f64 b b))))))) |
(* (pow a 3) (- (+ (* -5 (/ (pow c 4) (pow b 6))) (+ (* -2 (/ (pow c 3) (* a (pow b 4)))) (* -1 (/ c (pow a 3))))) (/ (pow c 2) (* (pow a 2) (pow b 2))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 c c) (*.f64 a (*.f64 a (*.f64 b b)))))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 3) (* a (pow b 4)))) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 a (*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (pow c 2) (* a (pow b 2))))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 5 binary64) (/.f64 (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ (pow c 3) (pow b 4))) (* -1 (/ (- (/ c a) (* -1 (/ (pow c 2) (pow b 2)))) a))) a)) (* 5 (/ (pow c 4) (pow b 6)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 5 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a)))) a)))) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(* c (- (* -1 (/ (* a c) (pow b 2))) 1)) |
(*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) |
(* c (- (* c (- (* -2 (/ (* (pow a 2) c) (pow b 4))) (/ a (pow b 2)))) 1)) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(* c (- (* c (- (* c (+ (* -5 (/ (* (pow a 3) c) (pow b 6))) (* -2 (/ (pow a 2) (pow b 4))))) (/ a (pow b 2)))) 1)) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 6 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b)))) #s(literal -1 binary64))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ a (* (pow b 2) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 a (*.f64 c (*.f64 c (*.f64 b b)))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (+ (* -2 (/ (pow a 2) (* (pow b 4) c))) (* -1 (/ (+ (/ 1 c) (/ a (pow b 2))) (pow c 2)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 c c)))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -2 (/ (pow a 2) (* (pow b 4) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (/ a (* (pow b 2) c))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 c (*.f64 b b)))) c))) |
(* (pow c 4) (+ (* -5 (/ (pow a 3) (pow b 6))) (* -1 (/ (+ (* 2 (/ (pow a 2) (pow b 4))) (+ (/ 1 (pow c 2)) (/ a (* (pow b 2) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (+.f64 (/.f64 a (*.f64 c (*.f64 b b))) (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c c)))) c))) |
(* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 6)) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 c (*.f64 a (*.f64 b b))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(/ (+ (* -5 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (- (* -1 (* (pow b 2) c)) (* a (pow c 2))))))) (pow b 6)) |
(/.f64 (fma.f64 (*.f64 b b) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(fma.f64 a (-.f64 (*.f64 a (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 c c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 c) |
(-.f64 #s(literal 0 binary64) c) |
(- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) |
(-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) |
(- (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(- (+ (* -5 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (+ c (/ (* a (pow c 2)) (pow b 2)))) |
(fma.f64 a (-.f64 (*.f64 a (fma.f64 (*.f64 #s(literal -5 binary64) a) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 c c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(pow c 2) |
(*.f64 c c) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(/ (* (pow b 2) c) a) |
(/.f64 (*.f64 c (*.f64 b b)) a) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)))) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)))) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)))) |
(/ (* (pow b 2) c) a) |
(/.f64 (*.f64 c (*.f64 b b)) a) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)))) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)))) |
(* (pow b 2) (+ (/ c a) (/ (pow c 2) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)))) |
(/ (* (pow b 2) c) a) |
(/.f64 (*.f64 c (*.f64 b b)) a) |
(* c (+ c (/ (pow b 2) a))) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(* c (+ c (/ (pow b 2) a))) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(* c (+ c (/ (pow b 2) a))) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(pow c 2) |
(*.f64 c c) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(*.f64 (*.f64 c c) (fma.f64 b (/.f64 b (*.f64 a c)) #s(literal 1 binary64))) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(*.f64 (*.f64 c c) (fma.f64 b (/.f64 b (*.f64 a c)) #s(literal 1 binary64))) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(*.f64 (*.f64 c c) (fma.f64 b (/.f64 b (*.f64 a c)) #s(literal 1 binary64))) |
(pow c 2) |
(*.f64 c c) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(*.f64 (*.f64 c c) (fma.f64 b (/.f64 b (*.f64 a c)) #s(literal 1 binary64))) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(*.f64 (*.f64 c c) (fma.f64 b (/.f64 b (*.f64 a c)) #s(literal 1 binary64))) |
(* (pow c 2) (+ 1 (/ (pow b 2) (* a c)))) |
(*.f64 (*.f64 c c) (fma.f64 b (/.f64 b (*.f64 a c)) #s(literal 1 binary64))) |
(/ (* (pow b 2) c) a) |
(/.f64 (*.f64 c (*.f64 b b)) a) |
(/ (+ (* a (pow c 2)) (* (pow b 2) c)) a) |
(/.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b))) a) |
(/ (+ (* a (pow c 2)) (* (pow b 2) c)) a) |
(/.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b))) a) |
(/ (+ (* a (pow c 2)) (* (pow b 2) c)) a) |
(/.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b))) a) |
(pow c 2) |
(*.f64 c c) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(pow c 2) |
(*.f64 c c) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(+ (/ (* (pow b 2) c) a) (pow c 2)) |
(*.f64 c (fma.f64 b (/.f64 b a) c)) |
(/ (pow c 2) (pow b 3)) |
(/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) |
(/ (+ (/ (* (pow b 2) c) a) (pow c 2)) (pow b 3)) |
(/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/.f64 (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)) b) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/.f64 (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)) b) |
(/ (+ (/ c a) (/ (pow c 2) (pow b 2))) b) |
(/.f64 (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)) b) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(/.f64 (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)) b) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(/.f64 (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)) b) |
(* -1 (/ (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))) b)) |
(/.f64 (fma.f64 c (/.f64 c (*.f64 b b)) (/.f64 c a)) b) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(* c (+ (/ 1 (* a b)) (/ c (pow b 3)))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(/ (pow c 2) (pow b 3)) |
(/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(/ (pow c 2) (pow b 3)) |
(/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) |
(/ c (* a b)) |
(/.f64 c (*.f64 a b)) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) a) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) a) |
(/ (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))) a) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) a) |
(/ (pow c 2) (pow b 3)) |
(/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(/ (pow c 2) (pow b 3)) |
(/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) |
(fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(/ c a) |
(/.f64 c a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ a (* b c)) |
(/.f64 a (*.f64 c b)) |
(* a (+ (/ 1 (* b c)) (/ a (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(* a (+ (/ 1 (* b c)) (/ a (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(* a (+ (/ 1 (* b c)) (/ a (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a a) (*.f64 a (*.f64 c b)))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a a) (*.f64 a (*.f64 c b)))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a a) (*.f64 a (*.f64 c b)))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a a) (*.f64 a (*.f64 c b)))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a a) (*.f64 a (*.f64 c b)))) |
(* (pow a 2) (+ (/ 1 (* a (* b c))) (/ 1 (pow b 3)))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a a) (*.f64 a (*.f64 c b)))) |
(/ a (* b c)) |
(/.f64 a (*.f64 c b)) |
(/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c) |
(/.f64 (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b)) c) |
(/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c) |
(/.f64 (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b)) c) |
(/ (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))) c) |
(/.f64 (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b)) c) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(+ (/ a (* b c)) (/ (pow a 2) (pow b 3))) |
(fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3)) |
(/.f64 (*.f64 a (fma.f64 b (/.f64 b c) a)) (*.f64 b (*.f64 b b))) |
(/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3)) |
(/.f64 (*.f64 a (fma.f64 b (/.f64 b c) a)) (*.f64 b (*.f64 b b))) |
(/ (+ (/ (* a (pow b 2)) c) (pow a 2)) (pow b 3)) |
(/.f64 (*.f64 a (fma.f64 b (/.f64 b c) a)) (*.f64 b (*.f64 b b))) |
(/ a (* b c)) |
(/.f64 a (*.f64 c b)) |
(/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b) |
(/.f64 (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c)) b) |
(/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b) |
(/.f64 (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c)) b) |
(/ (+ (/ a c) (/ (pow a 2) (pow b 2))) b) |
(/.f64 (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c)) b) |
(/ a (* b c)) |
(/.f64 a (*.f64 c b)) |
(* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b)) |
(/.f64 (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c)) b) |
(* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b)) |
(/.f64 (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c)) b) |
(* -1 (/ (+ (* -1 (/ a c)) (* -1 (/ (pow a 2) (pow b 2)))) b)) |
(/.f64 (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))))) |
(* (pow c 2) (+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b))))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* (pow a 2) (+ (* -2 (/ c (* a b))) (* -2 (/ (pow c 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) |
(* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 b (*.f64 b b))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(* -1 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(* -2 (/ a (* b c))) |
(/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) |
(* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c))))) |
(*.f64 a (fma.f64 a (/.f64 #s(literal -2 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -2 binary64) (*.f64 c b)))) |
(* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c))))) |
(*.f64 a (fma.f64 a (/.f64 #s(literal -2 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -2 binary64) (*.f64 c b)))) |
(* a (- (* -2 (/ a (pow b 3))) (* 2 (/ 1 (* b c))))) |
(*.f64 a (fma.f64 a (/.f64 #s(literal -2 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -2 binary64) (*.f64 c b)))) |
(* -2 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 2 binary64) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 2 binary64) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 2 binary64) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(* -2 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 2 binary64) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 2 binary64) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(* -1 (* (pow a 2) (+ (* 2 (/ 1 (* a (* b c)))) (* 2 (/ 1 (pow b 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 2 binary64) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(* -2 (/ a (* b c))) |
(/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) |
(/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) c) |
(/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) c) |
(/ (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))) c) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) c) |
(* -2 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b)))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b)))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b)))) |
(* -2 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b)))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b)))) |
(+ (* -2 (/ a (* b c))) (* -2 (/ (pow a 2) (pow b 3)))) |
(*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c b)))) |
(* -2 (/ (pow a 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (fma.f64 b (/.f64 b c) a))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (fma.f64 b (/.f64 b c) a))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -2 (/ (* a (pow b 2)) c)) (* -2 (pow a 2))) (pow b 3)) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (fma.f64 b (/.f64 b c) a))) (*.f64 b (*.f64 b b))) |
(* -2 (/ a (* b c))) |
(/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) |
(/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c))) b) |
(/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c))) b) |
(/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c))) b) |
(* -2 (/ a (* b c))) |
(/.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c b)) |
(* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c))) b) |
(* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c))) b) |
(* -1 (/ (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2)))) b)) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c))) b) |
(* -2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -2 binary64))) |
(* a (+ (* -2 c) (* -2 (/ (* a (pow c 2)) (pow b 2))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) |
(* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) #s(literal -2 binary64)) (*.f64 b b))) (*.f64 c #s(literal -2 binary64)))) |
(* a (+ (* -2 c) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 4))) (* -2 (/ (pow c 2) (pow b 2))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 (*.f64 (*.f64 c c) #s(literal -2 binary64)) (*.f64 b b))) (*.f64 c #s(literal -2 binary64)))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (* -2 (/ (pow c 2) (* a (pow b 2)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* (pow a 3) (+ (* -4 (/ (pow c 3) (pow b 4))) (+ (* -2 (/ c (pow a 2))) (* -2 (/ (pow c 2) (* a (pow b 2))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64))) |
(* -1 (* (pow a 3) (+ (* 2 (/ (pow c 2) (* a (pow b 2)))) (* 4 (/ (pow c 3) (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -2 (/ c a)) (* -2 (/ (pow c 2) (pow b 2)))) a)) (* 4 (/ (pow c 3) (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* -2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -2 binary64))) |
(* c (+ (* -2 a) (* -2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) |
(* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) c) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(* c (+ (* -2 a) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 4))) (* -2 (/ (pow a 2) (pow b 2))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) c) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (* -2 (/ (pow a 2) (* (pow b 2) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 a (*.f64 c (*.f64 b b)))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 c (*.f64 b b))) (/.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* (pow c 3) (+ (* -4 (/ (pow a 3) (pow b 4))) (+ (* -2 (/ a (pow c 2))) (* -2 (/ (pow a 2) (* (pow b 2) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 a (*.f64 c (*.f64 b b))) (/.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (* (pow b 2) c))) (* 4 (/ (pow a 3) (pow b 4)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 a (*.f64 c (*.f64 b b)))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal 2 binary64) (/.f64 (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c)) c) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -2 (/ a c)) (* -2 (/ (pow a 2) (pow b 2)))) c)) (* 4 (/ (pow a 3) (pow b 4)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal 2 binary64) (/.f64 (fma.f64 a (/.f64 a (*.f64 b b)) (/.f64 a c)) c) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -2 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 4)) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 (*.f64 c (*.f64 a (*.f64 b b))) c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4)) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (+ (* -4 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -2 (* a (* (pow b 2) c))) (* -2 (* (pow a 2) (pow c 2)))))) (pow b 4)) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(* -2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -2 binary64))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) |
(* -2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -2 binary64))) |
(+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) |
(+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 c (*.f64 a (*.f64 a b)))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 c (*.f64 a (*.f64 a b)))))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) a))) |
(* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) a))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -2 binary64)) (/.f64 a (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 a a) (/.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b)))) c))) |
(* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b)))) c))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 (*.f64 a a) (/.f64 #s(literal -2 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b)))) c))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b)))) c))) |
(* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 (*.f64 c (*.f64 a (*.f64 b b))) c)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c)) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) (-.f64 #s(literal 0 binary64) b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(/ 1/2 (* a b)) |
(/.f64 #s(literal 1/2 binary64) (*.f64 a b)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(* -4 a) |
(*.f64 a #s(literal -4 binary64)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(pow a 4) |
(pow.f64 a #s(literal 4 binary64)) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 1/20 (* a (pow b 6))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1/20 binary64))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(* 20 (/ (pow c 4) (* a (pow b 6)))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* -1 (/ c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (pow a 2) (pow b 3)) |
(/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(/ (* (pow a 2) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 a (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 4) |
(*.f64 (*.f64 b b) (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
Compiled 99 399 to 4 827 computations (95.1% saved)
81 alts after pruning (77 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 837 | 38 | 1 875 |
| Fresh | 23 | 39 | 62 |
| Picked | 5 | 0 | 5 |
| Done | 0 | 4 | 4 |
| Total | 1 865 | 81 | 1 946 |
| Status | Accuracy | Program |
|---|---|---|
| 86.1% | (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))))) | |
| 58.3% | (/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 58.4% | (/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 86.0% | (/.f64 (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) | |
| 57.7% | (/.f64 (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 57.1% | (/.f64 (fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 89.5% | (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) #s(literal -1/4 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) | |
| 89.2% | (/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) (neg.f64 (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) b) | |
| ✓ | 86.2% | (/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) (*.f64 #s(literal 2 binary64) a)) |
| 86.2% | (/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)))) b) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) | |
| 59.2% | (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) | |
| 56.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 56.7% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
| 79.1% | (/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) | |
| 79.1% | (/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) | |
| 61.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) | |
| 79.1% | (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) | |
| 59.2% | (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) | |
| 58.4% | (/.f64 (-.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 86.4% | (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) | |
| 89.5% | (/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) | |
| 86.4% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) | |
| 57.8% | (/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) | |
| 57.9% | (/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) | |
| 89.2% | (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 5 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a)))) a)))) b) | |
| ✓ | 57.4% | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
| 57.2% | (/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 57.7% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) | |
| 86.2% | (/.f64 (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b) | |
| 79.1% | (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) | |
| 79.0% | (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) | |
| 89.2% | (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 c c)))) b) | |
| 79.0% | (/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) | |
| 79.0% | (/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) | |
| 59.2% | (/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 59.2% | (/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) | |
| 79.1% | (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) (*.f64 #s(literal 2 binary64) a)) | |
| 89.4% | (/.f64 (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 6 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b)))) #s(literal -1 binary64))) b) | |
| 86.3% | (/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) | |
| 62.0% | (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 79.3% | (/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) | |
| 86.2% | (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) | |
| 79.2% | (/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) | |
| 57.9% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) | |
| 62.0% | (/.f64 #s(literal -1 binary64) (/.f64 b c)) | |
| 89.5% | (-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b) (/.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) b)) | |
| 57.0% | (-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) | |
| 79.3% | (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) | |
| 86.2% | (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) b)) | |
| 86.2% | (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) | |
| 86.1% | (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) | |
| 79.2% | (*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) | |
| 89.2% | (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b))) c)) c))) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a))) | |
| 79.2% | (*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (neg.f64 a)) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) | |
| 79.1% | (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) | |
| 85.9% | (*.f64 (/.f64 (fma.f64 b (*.f64 b (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) | |
| 79.0% | (*.f64 (/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) | |
| 86.1% | (*.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) b) (/.f64 #s(literal 1/2 binary64) a)) | |
| 62.0% | (*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) (-.f64 #s(literal 0 binary64) a)) | |
| 89.4% | (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) | |
| 57.9% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) | |
| 62.0% | (*.f64 (/.f64 #s(literal -1 binary64) b) c) | |
| 86.1% | (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) | |
| 86.2% | (*.f64 (*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) c) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) | |
| 79.2% | (*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) | |
| 79.1% | (*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) | |
| 79.1% | (*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) | |
| 62.0% | (*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) | |
| 79.2% | (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) | |
| 79.3% | (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) | |
| ✓ | 62.1% | (neg.f64 (/.f64 c b)) |
Compiled 7 503 to 2 141 computations (71.5% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (neg.f64 a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/.f64 (fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) c) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) |
(/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 (-.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (*.f64 b (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b)) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 a (fma.f64 a (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 c c) b) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -2 binary64) (*.f64 c b)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 c #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(/.f64 (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (neg.f64 (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) b) |
(fma.f64 a (/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c (*.f64 c c))) #s(literal 20 binary64))) #s(literal -1/4 binary64)) (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c)) b) |
(/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) |
(/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c))) |
(-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (fma.f64 (fma.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)) (*.f64 a #s(literal 1/20 binary64)) #s(literal 0 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) c) (*.f64 a (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b) (/.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) b)) |
(-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))))) b) (/.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) b)) |
(/.f64 (*.f64 c (fma.f64 c (fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 6 binary64))) #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b)))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (*.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b)))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 c c)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 5 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a)))) a)))) b) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b))) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) (*.f64 (*.f64 a a) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b))) c)) c))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 c (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 c c)))) b) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -5 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b))) c)) c))) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 5 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) a)) a)) (neg.f64 (*.f64 a (*.f64 a a)))) b) |
(/.f64 (*.f64 a (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c a) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) #s(literal -8 binary64) (*.f64 #s(literal -32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 8 binary64))))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 a (*.f64 c c))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64)))) (neg.f64 (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))))) (*.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 c (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) #s(literal 1/20 binary64))) (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)))) b) |
| Outputs |
|---|
(/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b) |
4 calls:
| 39.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 37.0ms | b |
| 37.0ms | a |
| 35.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.5% | 1 | a |
| 92.0% | 2 | b |
| 89.5% | 1 | c |
| 91.3% | 2 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
Compiled 32 to 23 computations (28.1% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (neg.f64 a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/.f64 (fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) c) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) |
(/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 (-.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (*.f64 b (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b)) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 a (fma.f64 a (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 c c) b) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -2 binary64) (*.f64 c b)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 c #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(/.f64 (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (neg.f64 (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) b) |
(fma.f64 a (/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
| Outputs |
|---|
(/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (neg.f64 (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) b) |
4 calls:
| 50.0ms | b |
| 45.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 35.0ms | a |
| 29.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.4% | 1 | c |
| 86.4% | 1 | a |
| 88.9% | 2 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 90.4% | 2 | b |
Compiled 32 to 23 computations (28.1% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (neg.f64 a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
(/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/.f64 (fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)) c) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 a b))) |
(/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 a (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 c (*.f64 c c))) (/.f64 a (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 (-.f64 (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (*.f64 c (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a)))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (*.f64 b (*.f64 #s(literal -2 binary64) (fma.f64 c (*.f64 a (*.f64 b b)) (*.f64 a (*.f64 a (*.f64 c c)))))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -4 binary64)))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64))))) b)) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 c (*.f64 a (*.f64 b b))) (/.f64 c (*.f64 a a))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -4 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (fma.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64))) #s(literal 0 binary64))) (*.f64 a (*.f64 (fma.f64 (*.f64 a c) (/.f64 c (fma.f64 b b #s(literal 0 binary64))) c) #s(literal -2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) a) (*.f64 a (*.f64 c (*.f64 c c)))) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))) (*.f64 (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 c c) (/.f64 a (fma.f64 b b #s(literal 0 binary64))) c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64)))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 a (fma.f64 a (fma.f64 #s(literal -8 binary64) (/.f64 (*.f64 c c) b) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -2 binary64) (*.f64 c b)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 b b #s(literal 0 binary64)) (-.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (*.f64 (*.f64 c (*.f64 a (*.f64 c a))) #s(literal 16 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (*.f64 b (fma.f64 b b #s(literal 0 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal 4 binary64) a) c (fma.f64 b b #s(literal 0 binary64)))) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (*.f64 b b) (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 c #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
| Outputs |
|---|
(/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
1 calls:
| 32.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.4% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (neg.f64 a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) c) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
(/.f64 (*.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) |
| Outputs |
|---|
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b) |
1 calls:
| 21.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.4% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (neg.f64 a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
| Outputs |
|---|
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b) |
1 calls:
| 21.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (neg.f64 a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) c))) (*.f64 (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
| Outputs |
|---|
(/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
4 calls:
| 43.0ms | a |
| 22.0ms | b |
| 20.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 20.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.3% | 1 | a |
| 79.3% | 1 | c |
| 84.9% | 2 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 86.6% | 2 | b |
Compiled 32 to 23 computations (28.1% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (*.f64 c (fma.f64 b (/.f64 b a) c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(*.f64 (*.f64 c (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 c a)) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (neg.f64 a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c b) a) b (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b))) |
(*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (*.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) b) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b #s(literal 0 binary64))) (*.f64 c c)) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (/.f64 (-.f64 #s(literal 0 binary64) a) (fma.f64 b b #s(literal 0 binary64)))) |
(*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) b) (fma.f64 b b #s(literal 0 binary64))) |
(/.f64 (/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (-.f64 #s(literal 0 binary64) a)) (fma.f64 b b #s(literal 0 binary64))) b) |
(/.f64 (/.f64 (*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b b)) a))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (*.f64 (*.f64 a (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c)) (/.f64 #s(literal -2 binary64) b))) |
(/.f64 (*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 #s(literal 1/2 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (fma.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b))) a))) |
(*.f64 (/.f64 (fma.f64 c (*.f64 b (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (*.f64 a b)))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 c c) b) (*.f64 a b) (*.f64 (fma.f64 b b #s(literal 0 binary64)) c)) (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 a b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b) (*.f64 a (-.f64 #s(literal 0 binary64) a))) (*.f64 (fma.f64 b b #s(literal 0 binary64)) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b #s(literal 0 binary64)) (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 (fma.f64 b (/.f64 (*.f64 c b) a) (*.f64 c c)) (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) a) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 a b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a (*.f64 c b)) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 a (fma.f64 b (fma.f64 b b #s(literal 0 binary64)) #s(literal 0 binary64))) (/.f64 a (*.f64 c b)))) c) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 (fma.f64 c (*.f64 c (/.f64 a (fma.f64 b b #s(literal 0 binary64)))) c) #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (/.f64 c a) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (*.f64 c (*.f64 b b)) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.f64 b b)) b) (*.f64 #s(literal 2 binary64) a)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
1 calls:
| 48.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
1 calls:
| 6.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (*.f64 c (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b)))) b) |
(/.f64 (*.f64 c (fma.f64 a (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) b) |
(/.f64 (*.f64 c (fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (*.f64 b b)) #s(literal -1 binary64))) b) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 c c) (*.f64 c (*.f64 b b)))) (*.f64 b (*.f64 b b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
| Outputs |
|---|
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
4 calls:
| 6.0ms | b |
| 5.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 5.0ms | a |
| 5.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.3% | 1 | c |
| 79.3% | 1 | a |
| 79.3% | 1 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 79.3% | 1 | b |
Compiled 32 to 23 computations (28.1% saved)
Total -0.2b remaining (-0.6%)
Threshold costs -0.2b (-0.6%)
| Inputs |
|---|
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) c) |
(*.f64 c (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 b c)) |
(*.f64 (/.f64 c (*.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -2 binary64)) b) (*.f64 #s(literal 2 binary64) a)) |
| Outputs |
|---|
(neg.f64 (/.f64 c b)) |
4 calls:
| 5.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 3.0ms | a |
| 3.0ms | c |
| 3.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 62.1% | 1 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 62.1% | 1 | a |
| 62.1% | 1 | b |
| 62.1% | 1 | c |
Compiled 32 to 23 computations (28.1% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 4.767124819013485 | 7.124693754609673 |
| 5.0ms | 58× | 0 | valid |
| 2.0ms | 19× | 0 | invalid |
| 1.0ms | 6× | 1 | valid |
Compiled 463 to 228 computations (50.8% saved)
ival-mult: 2.0ms (44.3% of total)ival-div: 1.0ms (22.2% of total)ival-sqrt: 1.0ms (22.2% of total)adjust: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 4.767124819013485 | 7.124693754609673 |
| 7.0ms | 11× | 1 | valid |
| 4.0ms | 53× | 0 | valid |
| 1.0ms | 17× | 0 | invalid |
Compiled 299 to 164 computations (45.2% saved)
ival-div: 6.0ms (58.3% of total)ival-mult: 2.0ms (19.4% of total)ival-sub: 1.0ms (9.7% of total)ival-sqrt: 1.0ms (9.7% of total)adjust: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | 4.767124819013485 | 7.124693754609673 |
| 4.0ms | 56× | 0 | valid |
| 2.0ms | 26× | 0 | invalid |
| 1.0ms | 8× | 1 | valid |
Compiled 303 to 156 computations (48.5% saved)
ival-mult: 2.0ms (39.7% of total)ival-div: 1.0ms (19.8% of total)ival-sqrt: 1.0ms (19.8% of total)adjust: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 4.767124819013485 | 7.124693754609673 |
| 7.0ms | 52× | 0 | valid |
| 2.0ms | 28× | 0 | invalid |
| 2.0ms | 12× | 1 | valid |
Compiled 303 to 156 computations (48.5% saved)
ival-div: 4.0ms (46% of total)ival-mult: 2.0ms (23% of total)ival-add: 1.0ms (11.5% of total)ival-sqrt: 1.0ms (11.5% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 4.767124819013485 | 7.124693754609673 |
| 4.0ms | 55× | 0 | valid |
| 1.0ms | 19× | 0 | invalid |
| 1.0ms | 9× | 1 | valid |
Compiled 299 to 156 computations (47.8% saved)
ival-mult: 2.0ms (43% of total)ival-div: 1.0ms (21.5% of total)ival-sqrt: 1.0ms (21.5% of total)adjust: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 5.0ms | 26.424868212025746 | 28.466392946876198 |
| 2.0ms | 26× | 0 | valid |
| 1.0ms | 6× | 1 | valid |
| 1.0ms | 9× | 0 | invalid |
Compiled 139 to 80 computations (42.4% saved)
ival-mult: 1.0ms (41.2% of total)adjust: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 4.0ms | 26.424868212025746 | 28.466392946876198 |
| 2.0ms | 26× | 0 | valid |
| 1.0ms | 6× | 1 | valid |
| 0.0ms | 5× | 0 | invalid |
Compiled 103 to 72 computations (30.1% saved)
ival-mult: 1.0ms (47.2% of total)adjust: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 5.0ms | 26.424868212025746 | 28.466392946876198 |
| 2.0ms | 27× | 0 | valid |
| 1.0ms | 5× | 1 | valid |
| 0.0ms | 3× | 0 | invalid |
Compiled 95 to 66 computations (30.5% saved)
ival-mult: 1.0ms (48.6% of total)adjust: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 1× | egg-herbie |
| 726× | distribute-lft-neg-in_binary64 |
| 416× | neg-mul-1_binary64 |
| 386× | neg-sub0_binary64 |
| 278× | distribute-rgt-neg-in_binary64 |
| 274× | sub-neg_binary64 |
Useful iterations: 6 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 105 | 498 |
| 1 | 175 | 495 |
| 2 | 240 | 495 |
| 3 | 332 | 495 |
| 4 | 497 | 495 |
| 5 | 731 | 495 |
| 6 | 1015 | 492 |
| 7 | 1377 | 492 |
| 8 | 1692 | 492 |
| 9 | 1929 | 492 |
| 10 | 2052 | 492 |
| 11 | 2127 | 492 |
| 12 | 2170 | 492 |
| 13 | 2177 | 492 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) (/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) (/.f64 (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (neg.f64 (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b)) |
(if (<=.f64 b #s(literal 27 binary64)) (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(if (<=.f64 b #s(literal 55/2 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(if (<=.f64 b #s(literal 27 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(neg.f64 (/.f64 c b)) |
| Outputs |
|---|
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) (/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))) b)) #s(literal 1/20 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) c) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c (*.f64 c c))) (*.f64 (*.f64 a (*.f64 b (*.f64 (fma.f64 b b #s(literal 0 binary64)) (*.f64 b (fma.f64 b b #s(literal 0 binary64)))))) #s(literal 1/20 binary64))) (*.f64 (*.f64 c #s(literal -2 binary64)) (/.f64 (*.f64 c (*.f64 a (*.f64 c a))) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (*.f64 a (*.f64 c c)) (fma.f64 b b #s(literal 0 binary64)))) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) (/.f64 (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (neg.f64 (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) c)) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) c)) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a a) #s(literal -2 binary64))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a a) #s(literal -2 binary64))) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 b b)) c) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b)) |
(if (<=.f64 b #s(literal 5404319552844595/1125899906842624 binary64)) (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (/.f64 (*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -2 binary64))) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) b)) |
(if (<=.f64 b #s(literal 27 binary64)) (/.f64 (-.f64 (fma.f64 b b #s(literal 0 binary64)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(if (<=.f64 b #s(literal 27 binary64)) (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (fma.f64 b b #s(literal 0 binary64))))))) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(if (<=.f64 b #s(literal 55/2 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 c b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(if (<=.f64 b #s(literal 27 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(if (<=.f64 b #s(literal 27 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (-.f64 #s(literal 0 binary64) b)) |
(neg.f64 (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 c b)) |
| 12 452× | accelerator-lowering-fma.f32 |
| 12 452× | accelerator-lowering-fma.f64 |
| 11 458× | accelerator-lowering-fma.f32 |
| 11 458× | accelerator-lowering-fma.f64 |
| 7 992× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 67 | 549 |
| 1 | 453 | 439 |
| 2 | 4709 | 375 |
| 0 | 9277 | 355 |
| 0 | 578 | 10281 |
| 1 | 1799 | 10099 |
| 2 | 6275 | 10065 |
| 0 | 8094 | 9723 |
| 0 | 1010 | 13144 |
| 1 | 3270 | 13007 |
| 0 | 8169 | 12546 |
| 0 | 14 | 49 |
| 1 | 67 | 47 |
| 2 | 527 | 47 |
| 3 | 6858 | 47 |
| 0 | 8152 | 43 |
| 0 | 1792 | 17407 |
| 1 | 5942 | 17272 |
| 0 | 8290 | 16665 |
| 0 | 68 | 410 |
| 1 | 429 | 360 |
| 2 | 3832 | 353 |
| 0 | 8491 | 333 |
| 0 | 545 | 3249 |
| 1 | 1738 | 3208 |
| 2 | 6083 | 3180 |
| 0 | 8243 | 3023 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 790 to 280 computations (64.6% saved)
Compiled 1 044 to 228 computations (78.2% saved)
Loading profile data...