
Time bar (total: 11.3s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 0 |
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 1 |
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 2 |
| 0% | 0% | 50% | 0% | 0% | 50% | 0% | 3 |
| 50% | 25% | 25% | 0% | 0% | 50% | 0% | 4 |
| 75% | 37.5% | 12.5% | 0% | 0% | 50% | 0% | 5 |
| 87.5% | 43.7% | 6.2% | 0% | 0% | 50% | 0% | 6 |
| 93.8% | 46.9% | 3.1% | 0% | 0% | 50% | 0% | 7 |
| 96.9% | 48.4% | 1.6% | 0% | 0% | 50% | 0% | 8 |
| 98.4% | 49.2% | 0.8% | 0% | 0% | 50% | 0% | 9 |
| 99.2% | 49.6% | 0.4% | 0% | 0% | 50% | 0% | 10 |
| 99.6% | 49.8% | 0.2% | 0% | 0% | 50% | 0% | 11 |
| 99.8% | 49.9% | 0.1% | 0% | 0% | 50% | 0% | 12 |
Compiled 22 to 18 computations (18.2% saved)
| 1.8s | 8 256× | 0 | valid |
| 1.0ms | 15× | 0 | invalid |
ival-mult: 660.0ms (50.8% of total)ival-sqrt: 264.0ms (20.3% of total)ival-pi: 165.0ms (12.7% of total)ival-sub: 129.0ms (9.9% of total)ival-div: 58.0ms (4.5% of total)exact: 16.0ms (1.2% of total)ival-true: 5.0ms (0.4% of total)ival-assert: 3.0ms (0.2% of total)| 2× | egg-herbie |
| 4 898× | accelerator-lowering-fma.f32 |
| 4 898× | accelerator-lowering-fma.f64 |
| 2 702× | *-lowering-*.f32 |
| 2 702× | *-lowering-*.f64 |
| 1 796× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 60 |
| 1 | 83 | 55 |
| 2 | 202 | 54 |
| 3 | 674 | 54 |
| 4 | 2032 | 54 |
| 5 | 4175 | 54 |
| 6 | 6382 | 54 |
| 7 | 7265 | 54 |
| 0 | 16 | 20 |
| 1 | 41 | 18 |
| 2 | 108 | 18 |
| 3 | 309 | 18 |
| 4 | 885 | 18 |
| 5 | 1484 | 18 |
| 6 | 2821 | 18 |
| 7 | 5641 | 18 |
| 8 | 7721 | 18 |
| 0 | 8234 | 16 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
| Outputs |
|---|
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
(/.f64 #s(literal -4/3 binary64) (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) (fma.f64 (PI.f64) (fma.f64 v v #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
| Inputs |
|---|
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
(/ 4 (* (* (* 3 (PI)) (- 1 (* (neg v) (neg v)))) (sqrt (- 2 (* 6 (* (neg v) (neg v))))))) |
(neg (/ 4 (* (* (* 3 (PI)) (- 1 (* (neg v) (neg v)))) (sqrt (- 2 (* 6 (* (neg v) (neg v)))))))) |
| Outputs |
|---|
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
(/ (/ 4/3 (- (PI) (* v (* (PI) v)))) (sqrt (+ 2 (* (* v v) -6)))) |
(/ 4 (* (* (* 3 (PI)) (- 1 (* (neg v) (neg v)))) (sqrt (- 2 (* 6 (* (neg v) (neg v))))))) |
(/ (/ 4/3 (- (PI) (* v (* (PI) v)))) (sqrt (+ 2 (* (* v v) -6)))) |
(neg (/ 4 (* (* (* 3 (PI)) (- 1 (* (neg v) (neg v)))) (sqrt (- 2 (* 6 (* (neg v) (neg v)))))))) |
(/ (/ 4/3 (- (* v (* (PI) v)) (PI))) (sqrt (+ 2 (* (* v v) -6)))) |
(abs v)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 0 | 0 | - | 0 | - | #s(literal 3 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 v v) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 4 binary64) |
| 0 | 0 | - | 0 | - | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 3 binary64) (PI.f64)) |
| 0 | 0 | - | 0 | - | #s(literal 6 binary64) |
| 0 | 0 | - | 0 | - | v |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 6 binary64) (*.f64 v v)) |
| 0 | 0 | - | 0 | - | (-.f64 #s(literal 1 binary64) (*.f64 v v)) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
| 0 | 0 | - | 0 | - | (PI.f64) |
| Predicted + | Predicted - | |
|---|---|---|
| + | 0 | 0 |
| - | 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 0 | 0 | 256 |
| number | freq |
|---|---|
| 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 0 | 0 | 1 |
| 68.0ms | 512× | 0 | valid |
Compiled 216 to 68 computations (68.5% saved)
ival-sqrt: 20.0ms (44.5% of total)ival-mult: 14.0ms (31.1% of total)ival-sub: 5.0ms (11.1% of total)ival-div: 3.0ms (6.7% of total)ival-pi: 2.0ms (4.4% of total)exact: 1.0ms (2.2% of total)ival-true: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)Compiled 1 to 1 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 98.5% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
Compiled 21 to 16 computations (23.8% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 128 | (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
| ✓ | cost-diff | 192 | (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))) |
| ✓ | cost-diff | 384 | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| 4 898× | accelerator-lowering-fma.f32 |
| 4 898× | accelerator-lowering-fma.f64 |
| 2 702× | *-lowering-*.f32 |
| 2 702× | *-lowering-*.f64 |
| 1 796× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 16 | 85 |
| 1 | 41 | 83 |
| 2 | 108 | 83 |
| 3 | 309 | 83 |
| 4 | 885 | 83 |
| 5 | 1484 | 83 |
| 6 | 2821 | 83 |
| 7 | 5641 | 83 |
| 8 | 7721 | 83 |
| 0 | 8234 | 76 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
4 |
(* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v))))) |
(* (* 3 (PI)) (- 1 (* v v))) |
(* 3 (PI)) |
3 |
(PI) |
(- 1 (* v v)) |
1 |
(* v v) |
v |
(sqrt (- 2 (* 6 (* v v)))) |
(- 2 (* 6 (* v v))) |
2 |
(* 6 (* v v)) |
6 |
| Outputs |
|---|
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
(/.f64 #s(literal -4/3 binary64) (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) (fma.f64 (PI.f64) (fma.f64 v v #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
4 |
#s(literal 4 binary64) |
(* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v))))) |
(fma.f64 (fma.f64 (PI.f64) (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -3 binary64) #s(literal 3 binary64)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) #s(literal 0 binary64)) |
(* (* 3 (PI)) (- 1 (* v v))) |
(fma.f64 (PI.f64) (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -3 binary64) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(* 3 (PI)) |
(fma.f64 #s(literal 3 binary64) (PI.f64) #s(literal 0 binary64)) |
3 |
#s(literal 3 binary64) |
(PI) |
(PI.f64) |
(- 1 (* v v)) |
(-.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 0 binary64))) |
1 |
#s(literal 1 binary64) |
(* v v) |
(fma.f64 v v #s(literal 0 binary64)) |
v |
(sqrt (- 2 (* 6 (* v v)))) |
(sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) |
(- 2 (* 6 (* v v))) |
(fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(* 6 (* v v)) |
(fma.f64 v (fma.f64 v #s(literal 6 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) |
6 |
#s(literal 6 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal 6 binary64) (*.f64 v v)) |
| ✓ | accuracy | 98.5% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| 41.0ms | 256× | 0 | valid |
Compiled 87 to 18 computations (79.3% saved)
ival-mult: 7.0ms (48.5% of total)ival-sub: 2.0ms (13.9% of total)ival-div: 2.0ms (13.9% of total)ival-sqrt: 2.0ms (13.9% of total)ival-pi: 1.0ms (6.9% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v))))))> |
#<alt (- 2 (* 6 (* v v)))> |
#<alt (* (* 3 (PI)) (- 1 (* v v)))> |
#<alt (PI)> |
#<alt (* 6 (* v v))> |
#<alt (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))> |
| Outputs |
|---|
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))))))> |
#<alt (* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)))> |
#<alt 2> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (* -6 (pow v 2))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* -6 (pow v 2))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* 3 (PI))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (* -3 (* (pow v 2) (PI)))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* -3 (* (pow v 2) (PI)))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 3 (* (PI) (sqrt 2)))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2))))))))))> |
#<alt (* -3 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))> |
#<alt (* 3 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))))> |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | v | @ | inf | (/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
| 2.0ms | v | @ | 0 | (/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
| 1.0ms | v | @ | 0 | (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v))))) |
| 1.0ms | v | @ | inf | (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v))))) |
| 1.0ms | v | @ | 0 | (* (* 3 (PI)) (- 1 (* v v))) |
| 1× | batch-egg-rewrite |
| 4 770× | *-lowering-*.f32 |
| 4 770× | *-lowering-*.f64 |
| 4 634× | accelerator-lowering-fma.f32 |
| 4 634× | accelerator-lowering-fma.f64 |
| 2 134× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 16 | 60 |
| 1 | 91 | 58 |
| 2 | 616 | 58 |
| 3 | 5770 | 58 |
| 0 | 8436 | 52 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v)))))) |
(- 2 (* 6 (* v v))) |
(* (* 3 (PI)) (- 1 (* v v))) |
(PI) |
(* 6 (* v v)) |
(* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (- 2 (* 6 (* v v))))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3/4 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(neg.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3/4 binary64))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 4/3 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 1/4 binary64)) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3/4 binary64))))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3/4 binary64))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (PI.f64)) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 4 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (/.f64 #s(literal -4 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (/.f64 #s(literal -4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64)))) (PI.f64)) |
(pow.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3/4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 4/3 binary64) (PI.f64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -4 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) #s(literal -4 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (PI.f64)) (pow.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3/4 binary64))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3/4 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
(+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal -6 binary64))) |
(+.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64)) |
(+.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(+.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal 6 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 v (*.f64 v #s(literal 6 binary64))) #s(literal 2 binary64))) |
(-.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(-.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(fma.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64)) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal 6 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 2 binary64)) |
(fma.f64 (*.f64 v (*.f64 v #s(literal 6 binary64))) #s(literal -1 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal 8 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(fma.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 1 binary64) #s(literal 2 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 6 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal -6 binary64) (*.f64 v v) #s(literal 2 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) v) (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) |
(fma.f64 (*.f64 v #s(literal 6 binary64)) (-.f64 #s(literal 0 binary64) v) #s(literal 2 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v #s(literal 6 binary64))) #s(literal 2 binary64)) |
(fma.f64 (*.f64 v #s(literal -6 binary64)) v #s(literal 2 binary64)) |
(fma.f64 (*.f64 (*.f64 v #s(literal 6 binary64)) #s(literal -1 binary64)) v #s(literal 2 binary64)) |
(fma.f64 (/.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64))) (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal 12 binary64)) #s(literal 4 binary64)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) (*.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)))) #s(literal 64 binary64))) (fma.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) (-.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) #s(literal 4 binary64)) #s(literal 16 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(fma.f64 (/.f64 #s(literal 8 binary64) (-.f64 #s(literal 16 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)))))) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (+.f64 #s(literal -8 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64)))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(neg.f64 (/.f64 (+.f64 #s(literal -4 binary64) (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) |
(/.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (fma.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) |
(/.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) (-.f64 #s(literal 4 binary64) (*.f64 #s(literal -12 binary64) (*.f64 v v))))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (+.f64 #s(literal -8 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (+.f64 #s(literal -8 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (+.f64 #s(literal -4 binary64) (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) |
(/.f64 (+.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 46656 binary64))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)))) |
(/.f64 (+.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 46656 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal 4 binary64)) #s(literal 16 binary64)))) |
(/.f64 (-.f64 #s(literal 512 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) #s(literal 10077696 binary64))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) #s(literal 64 binary64)))) |
(/.f64 (-.f64 #s(literal 16 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 1296 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))))) (*.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 512 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) #s(literal 10077696 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) #s(literal 64 binary64)) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 46656 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 46656 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal 4 binary64)) #s(literal 16 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 16 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 1296 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal 4 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -8 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -4 binary64) (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))))) (neg.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) (+.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) (+.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)) #s(literal 1 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 512 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) #s(literal 10077696 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64))) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) #s(literal 64 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 46656 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 46656 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))) (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal 4 binary64)) #s(literal 16 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 16 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 1296 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal 4 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(*.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(*.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) (-.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (+.f64 #s(literal -8 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 216 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(*.f64 (+.f64 #s(literal -4 binary64) (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64))) (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal 12 binary64)) #s(literal 4 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (fma.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) (*.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)))) #s(literal 64 binary64))) (fma.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) (-.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) #s(literal 4 binary64)) #s(literal 16 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)) (-.f64 #s(literal 16 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)))))) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 #s(literal 3 binary64) (PI.f64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (PI.f64) #s(literal 3 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 v (*.f64 (-.f64 #s(literal 0 binary64) v) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64)))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) v) (*.f64 v (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 v v) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) #s(literal 3 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 3 binary64)) (PI.f64) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) v) (-.f64 #s(literal 0 binary64) v) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) v)) v (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal -1 binary64)) (*.f64 v v) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) (-.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(pow.f64 (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (PI.f64) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 (cbrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 (sqrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3 binary64))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))) (PI.f64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (PI.f64)) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))))) #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (-.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(+.f64 (log.f64 (pow.f64 (E.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) (log.f64 (pow.f64 (E.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(+.f64 (log.f64 (pow.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))) (log.f64 (pow.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))))) |
(+.f64 (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))))) (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))))) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1/3 binary64))) |
(fabs.f64 (PI.f64)) |
(sqrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (E.f64) (log.f64 (PI.f64))) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 6 binary64)) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/6 binary64)) |
(pow.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 2/3 binary64)) |
(pow.f64 (pow.f64 (E.f64) #s(literal 3 binary64)) (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 1/3 binary64)) (fma.f64 #s(literal 3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (log.f64 (exp.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (log.f64 (pow.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64)))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (sqrt.f64 (PI.f64))))))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (exp.f64 (fma.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) (exp.f64 (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)))) |
(*.f64 (exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) (exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (sqrt.f64 (PI.f64))))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v #s(literal 6 binary64)))) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(*.f64 #s(literal 6 binary64) (*.f64 v v)) |
(*.f64 (*.f64 v (*.f64 v #s(literal 6 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 v #s(literal 6 binary64)) v) |
(+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64)))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) #s(literal 3 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) #s(literal 3 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) (sqrt.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal 216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) #s(literal 36 binary64) #s(literal 12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal -36 binary64) #s(literal 4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (fma.f64 v v #s(literal 1 binary64))) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (PI.f64) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (PI.f64) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64)))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) (PI.f64)) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 3 binary64)) |
(*.f64 (neg.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -3 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (neg.f64 (*.f64 (PI.f64) #s(literal -3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (fma.f64 v v #s(literal 1 binary64)))) (PI.f64)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
| 1× | egg-herbie |
| 16 554× | accelerator-lowering-fma.f32 |
| 16 554× | accelerator-lowering-fma.f64 |
| 5 558× | +-lowering-+.f64 |
| 5 558× | +-lowering-+.f32 |
| 5 146× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 200 | 1386 |
| 1 | 620 | 1206 |
| 2 | 2542 | 1131 |
| 3 | 7430 | 1131 |
| 0 | 8064 | 1091 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
2 |
(+ 2 (* -6 (pow v 2))) |
(+ 2 (* -6 (pow v 2))) |
(+ 2 (* -6 (pow v 2))) |
(* -6 (pow v 2)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* -6 (pow v 2)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* 3 (PI)) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(* -3 (* (pow v 2) (PI))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* -3 (* (pow v 2) (PI))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 3 (* (PI) (sqrt 2))) |
(+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))))))) |
(* -3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(* 3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))) |
| Outputs |
|---|
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (fma.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 (*.f64 (*.f64 v v) #s(literal 27/16 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (*.f64 v v) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(fma.f64 (fma.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal 27/8 binary64) (PI.f64)) (/.f64 #s(literal 135/16 binary64) (PI.f64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal 1/27 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/.f64 (+.f64 (/.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal 1/27 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)) (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 (+.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal 1/27 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 (*.f64 v v) (*.f64 v v))))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (+.f64 (/.f64 #s(literal 1/72 binary64) (PI.f64)) (/.f64 #s(literal 5/1296 binary64) (PI.f64))) (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (pow.f64 v #s(literal 6 binary64)))) (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal 1/27 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)))) (*.f64 v (*.f64 v v))) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal 1/27 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(/.f64 (+.f64 (/.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal 1/27 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)) (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 (+.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal 1/27 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 (*.f64 v v) (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (+.f64 (/.f64 #s(literal 1/72 binary64) (PI.f64)) (/.f64 #s(literal 5/1296 binary64) (PI.f64))) (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (pow.f64 v #s(literal 6 binary64)))) (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 (fma.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal 1/27 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
2 |
#s(literal 2 binary64) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(* -6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -6 binary64)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v))) v) v) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v))) v) v) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v))) v) v) |
(* -6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -6 binary64)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v))) v) v) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v))) v) v) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v))) v) v) |
(* 3 (PI)) |
(*.f64 (PI.f64) #s(literal 3 binary64)) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) |
(* -3 (* (pow v 2) (PI))) |
(*.f64 (PI.f64) (*.f64 (*.f64 v v) #s(literal -3 binary64))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* -3 (* (pow v 2) (PI))) |
(*.f64 (PI.f64) (*.f64 (*.f64 v v) #s(literal -3 binary64))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 6 (pow v 2)) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(* 3 (* (PI) (sqrt 2))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))) |
(*.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 v v) (*.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))) |
(*.f64 #s(literal 3 binary64) (fma.f64 (fma.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 v v) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/4 binary64)))) (*.f64 v v) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))))))) |
(fma.f64 (*.f64 v v) (*.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 (PI.f64) (/.f64 #s(literal -27/2 binary64) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (/.f64 (*.f64 (PI.f64) #s(literal 9/4 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/4 binary64))) (*.f64 v v)))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(* -3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (*.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v (*.f64 v v)))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))) |
(*.f64 v (*.f64 (*.f64 v v) (fma.f64 (-.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 #s(literal 3 binary64) (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 v v)) (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v))))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(*.f64 v (*.f64 (*.f64 v v) (fma.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))) (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 v v)) (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (+.f64 (/.f64 (PI.f64) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (pow.f64 v #s(literal 6 binary64))))))) |
(* 3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) #s(literal 3 binary64))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))) |
(*.f64 (fma.f64 (-.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 #s(literal 3 binary64) (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(*.f64 (fma.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 v v)) (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 (*.f64 v v) (fma.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))) (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 v v)) (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (+.f64 (/.f64 (PI.f64) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (pow.f64 v #s(literal 6 binary64)))))))) |
Compiled 17 213 to 2 081 computations (87.9% saved)
5 alts after pruning (5 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 568 | 5 | 573 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 569 | 5 | 574 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 97.3% | (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
| ▶ | 100.0% | (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64)))) |
| ▶ | 98.5% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
| ▶ | 97.4% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| ▶ | 98.8% | (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
Compiled 160 to 128 computations (20% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) (*.f64 v v)) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
| ✓ | cost-diff | 192 | (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 128 | (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))) |
| ✓ | cost-diff | 384 | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
| ✓ | cost-diff | 320 | (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
| ✓ | cost-diff | 64 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
| ✓ | cost-diff | 576 | (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64)))) |
| 5 722× | accelerator-lowering-fma.f32 |
| 5 722× | accelerator-lowering-fma.f64 |
| 4 644× | *-lowering-*.f32 |
| 4 644× | *-lowering-*.f64 |
| 2 374× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 318 |
| 1 | 113 | 298 |
| 2 | 268 | 298 |
| 3 | 860 | 298 |
| 4 | 3249 | 298 |
| 5 | 5204 | 298 |
| 6 | 7531 | 298 |
| 0 | 8064 | 276 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4 (/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1))) |
4 |
(/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1)) |
(* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) |
(* 3 (sqrt (+ (* v (* v -6)) 2))) |
3 |
(sqrt (+ (* v (* v -6)) 2)) |
(+ (* v (* v -6)) 2) |
v |
(* v -6) |
-6 |
2 |
(* (PI) (- 1 (* v (* v (* v v))))) |
(PI) |
(- 1 (* v (* v (* v v)))) |
1 |
(* v (* v (* v v))) |
(* v (* v v)) |
(* v v) |
(+ (* v v) 1) |
(/ (* 4/3 (sqrt 1/2)) (PI)) |
(* 4/3 (sqrt 1/2)) |
4/3 |
(sqrt 1/2) |
1/2 |
(PI) |
(/ 4 (* (PI) (* 3 (sqrt 2)))) |
4 |
(* (PI) (* 3 (sqrt 2))) |
(PI) |
(* 3 (sqrt 2)) |
3 |
(sqrt 2) |
2 |
(/ 4 (* (* (PI) 3) (sqrt (- 2 (* 6 (* v v)))))) |
4 |
(* (* (PI) 3) (sqrt (- 2 (* 6 (* v v))))) |
(* (PI) 3) |
(PI) |
3 |
(sqrt (- 2 (* 6 (* v v)))) |
(- 2 (* 6 (* v v))) |
2 |
(* 6 (* v v)) |
6 |
(* v v) |
v |
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (+ (* (* v v) -6) 2)))) |
4 |
(* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (+ (* (* v v) -6) 2))) |
(* (* 3 (PI)) (- 1 (* v v))) |
(* 3 (PI)) |
3 |
(PI) |
(- 1 (* v v)) |
1 |
(* v v) |
v |
(sqrt (+ (* (* v v) -6) 2)) |
(+ (* (* v v) -6) 2) |
-6 |
2 |
| Outputs |
|---|
(/ 4 (/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1))) |
(/.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal 4/3 binary64) #s(literal 4/3 binary64)) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) (fma.f64 v v #s(literal 0 binary64)) #s(literal -1 binary64)) (PI.f64))) (sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) #s(literal 0 binary64))) |
4 |
#s(literal 4 binary64) |
(/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1)) |
(fma.f64 (fma.f64 (PI.f64) (fma.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) (fma.f64 v v #s(literal 0 binary64)) #s(literal -1 binary64)) #s(literal -3 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) (/.f64 (sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) #s(literal 0 binary64)) |
(* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) (fma.f64 (PI.f64) (fma.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) (fma.f64 v v #s(literal 0 binary64)) #s(literal -1 binary64)) #s(literal -3 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* 3 (sqrt (+ (* v (* v -6)) 2))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) #s(literal 0 binary64)) |
3 |
#s(literal 3 binary64) |
(sqrt (+ (* v (* v -6)) 2)) |
(sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(+ (* v (* v -6)) 2) |
(fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)) |
v |
(* v -6) |
(fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) |
-6 |
#s(literal -6 binary64) |
2 |
#s(literal 2 binary64) |
(* (PI) (- 1 (* v (* v (* v v))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) (fma.f64 v v #s(literal 0 binary64)) #s(literal -1 binary64)) (PI.f64))) |
(PI) |
(PI.f64) |
(- 1 (* v (* v (* v v)))) |
(-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v v #s(literal 0 binary64)) (fma.f64 v v #s(literal 0 binary64)) #s(literal -1 binary64))) |
1 |
#s(literal 1 binary64) |
(* v (* v (* v v))) |
(fma.f64 (fma.f64 v v #s(literal 0 binary64)) (fma.f64 v v #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* v (* v v)) |
(*.f64 v (fma.f64 v v #s(literal 0 binary64))) |
(* v v) |
(fma.f64 v v #s(literal 0 binary64)) |
(+ (* v v) 1) |
(fma.f64 v v #s(literal 1 binary64)) |
(/ (* 4/3 (sqrt 1/2)) (PI)) |
(*.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) |
(* 4/3 (sqrt 1/2)) |
(*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) |
4/3 |
#s(literal 4/3 binary64) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(PI) |
(PI.f64) |
(/ 4 (* (PI) (* 3 (sqrt 2)))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))) |
4 |
#s(literal 4 binary64) |
(* (PI) (* 3 (sqrt 2))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(PI) |
(PI.f64) |
(* 3 (sqrt 2)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) |
3 |
#s(literal 3 binary64) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(/ 4 (* (* (PI) 3) (sqrt (- 2 (* 6 (* v v)))))) |
(/.f64 #s(literal 4/3 binary64) (fma.f64 (PI.f64) (sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) #s(literal 0 binary64))) |
4 |
#s(literal 4 binary64) |
(* (* (PI) 3) (sqrt (- 2 (* 6 (* v v))))) |
(fma.f64 (fma.f64 #s(literal 3 binary64) (PI.f64) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) #s(literal 0 binary64)) |
(* (PI) 3) |
(fma.f64 #s(literal 3 binary64) (PI.f64) #s(literal 0 binary64)) |
(PI) |
(PI.f64) |
3 |
#s(literal 3 binary64) |
(sqrt (- 2 (* 6 (* v v)))) |
(sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(- 2 (* 6 (* v v))) |
(fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(* 6 (* v v)) |
(fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 0 binary64)) |
6 |
#s(literal 6 binary64) |
(* v v) |
(fma.f64 v v #s(literal 0 binary64)) |
v |
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (+ (* (* v v) -6) 2)))) |
(/.f64 #s(literal 4/3 binary64) (fma.f64 (sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) (fma.f64 (fma.f64 v v #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
4 |
#s(literal 4 binary64) |
(* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (+ (* (* v v) -6) 2))) |
(fma.f64 (sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) (fma.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (PI.f64) #s(literal -3 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (* 3 (PI)) (- 1 (* v v))) |
(fma.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (PI.f64) #s(literal -3 binary64)) #s(literal 0 binary64)) |
(* 3 (PI)) |
(fma.f64 #s(literal 3 binary64) (PI.f64) #s(literal 0 binary64)) |
3 |
#s(literal 3 binary64) |
(PI) |
(PI.f64) |
(- 1 (* v v)) |
(-.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 0 binary64))) |
1 |
#s(literal 1 binary64) |
(* v v) |
(fma.f64 v v #s(literal 0 binary64)) |
v |
(sqrt (+ (* (* v v) -6) 2)) |
(sqrt.f64 (fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(+ (* (* v v) -6) 2) |
(fma.f64 v (fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) #s(literal 2 binary64)) |
-6 |
#s(literal -6 binary64) |
2 |
#s(literal 2 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64)))) |
| ✓ | accuracy | 98.5% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal 6 binary64) (*.f64 v v)) |
| ✓ | accuracy | 98.4% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 98.4% | (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
| ✓ | accuracy | 98.4% | (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
| ✓ | accuracy | 98.4% | (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 98.4% | (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
| ✓ | accuracy | 99.9% | (*.f64 v (*.f64 v v)) |
| ✓ | accuracy | 98.5% | (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
| ✓ | accuracy | 98.5% | (/.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64)))) |
| ✓ | accuracy | 98.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
| 134.0ms | 256× | 0 | valid |
Compiled 321 to 47 computations (85.4% saved)
ival-sqrt: 55.0ms (50.3% of total)ival-mult: 24.0ms (22% of total)ival-sub: 11.0ms (10.1% of total)ival-div: 10.0ms (9.1% of total)const: 4.0ms (3.7% of total)ival-add: 3.0ms (2.7% of total)ival-pi: 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 (/ 4 (/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1)))> |
#<alt (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v))))))> |
#<alt (/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1))> |
#<alt (sqrt (+ (* v (* v -6)) 2))> |
#<alt (/ (* 4/3 (sqrt 1/2)) (PI))> |
#<alt (* 4/3 (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (PI)> |
#<alt (/ 4 (* (PI) (* 3 (sqrt 2))))> |
#<alt (* (PI) (* 3 (sqrt 2)))> |
#<alt (* 3 (sqrt 2))> |
#<alt (/ 4 (* (* (PI) 3) (sqrt (- 2 (* 6 (* v v))))))> |
#<alt (- 2 (* 6 (* v v)))> |
#<alt (sqrt (- 2 (* 6 (* v v))))> |
#<alt (* (* 3 (PI)) (- 1 (* v v)))> |
#<alt (/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (+ (* (* v v) -6) 2))))> |
#<alt (- 1 (* v v))> |
#<alt (* 3 (sqrt (+ (* v (* v -6)) 2)))> |
#<alt (* v (* v v))> |
#<alt (* 6 (* v v))> |
#<alt (* (* (PI) 3) (sqrt (- 2 (* 6 (* v v)))))> |
#<alt (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (+ (* (* v v) -6) 2)))> |
| Outputs |
|---|
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))))))> |
#<alt (* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)))> |
#<alt (* 3 (* (PI) (sqrt 2)))> |
#<alt (+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* -1 (* (PI) (sqrt 2)))))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* -1 (* (PI) (sqrt 2))))))))))> |
#<alt (* -3 (* (pow v 5) (* (PI) (sqrt -6))))> |
#<alt (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (* -3 (/ (PI) (* (pow v 2) (sqrt -6))))))> |
#<alt (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4))))))> |
#<alt (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 5))) (/ (PI) (sqrt -6))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4)))))))> |
#<alt (* 3 (* (pow v 5) (* (PI) (sqrt -6))))> |
#<alt (* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4)))))))> |
#<alt (* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 5))) (/ (PI) (sqrt -6))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4))))))))> |
#<alt (* 3 (* (PI) (sqrt 2)))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2))))))))))> |
#<alt (* -3 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))> |
#<alt (* 3 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (* v (sqrt -6))> |
#<alt (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))> |
#<alt (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))> |
#<alt (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (sqrt -6)))> |
#<alt (* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))))> |
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2))))))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* v (PI))))> |
#<alt (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)> |
#<alt (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)> |
#<alt (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)> |
#<alt (* -4/3 (/ (sqrt -1/6) (* v (PI))))> |
#<alt (* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v))> |
#<alt (* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v))> |
#<alt (* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v))> |
#<alt 2> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (* -6 (pow v 2))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* -6 (pow v 2))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (* v (sqrt -6))> |
#<alt (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))> |
#<alt (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))> |
#<alt (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (sqrt -6)))> |
#<alt (* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))))> |
#<alt (* 3 (PI))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (* -3 (* (pow v 2) (PI)))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* -3 (* (pow v 2) (PI)))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))))))> |
#<alt (* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)))> |
#<alt 1> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (* -1 (pow v 2))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* -1 (pow v 2))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* 3 (sqrt 2))> |
#<alt (+ (* -9 (/ (pow v 2) (sqrt 2))) (* 3 (sqrt 2)))> |
#<alt (+ (* 3 (sqrt 2)) (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 9 (/ 1 (sqrt 2))))))> |
#<alt (+ (* 3 (sqrt 2)) (* (pow v 2) (- (* (pow v 2) (- (* -81/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 27/2 (/ 1 (pow (sqrt 2) 3))))) (* 9 (/ 1 (sqrt 2))))))> |
#<alt (* 3 (* v (sqrt -6)))> |
#<alt (* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6))))))> |
#<alt (* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3)))))> |
#<alt (* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -3 (* v (sqrt -6)))> |
#<alt (* -1 (* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))))> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (pow v 3)> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 6 (pow v 2))> |
#<alt (* 3 (* (PI) (sqrt 2)))> |
#<alt (+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -9 (/ (PI) (sqrt 2))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -27/2 (/ (PI) (pow (sqrt 2) 3))))))))> |
#<alt (* 3 (* v (* (PI) (sqrt -6))))> |
#<alt (* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))> |
#<alt (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))))> |
#<alt (* -3 (* v (* (PI) (sqrt -6))))> |
#<alt (* -1 (* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))))> |
#<alt (* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))))> |
#<alt (* 3 (* (PI) (sqrt 2)))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2))))))))))> |
#<alt (* -3 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))> |
#<alt (* 3 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))))> |
45 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | v | @ | inf | (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) |
| 1.0ms | v | @ | inf | (/ 4 (* (* (PI) 3) (sqrt (- 2 (* 6 (* v v)))))) |
| 1.0ms | v | @ | 0 | (/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1)) |
| 1.0ms | v | @ | 0 | (/ 4 (* (* (PI) 3) (sqrt (- 2 (* 6 (* v v)))))) |
| 0.0ms | v | @ | inf | (/ 4 (/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1))) |
| 1× | batch-egg-rewrite |
| 5 362× | *-lowering-*.f32 |
| 5 362× | *-lowering-*.f64 |
| 5 132× | /-lowering-/.f32 |
| 5 132× | /-lowering-/.f64 |
| 3 116× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 240 |
| 1 | 242 | 198 |
| 2 | 1596 | 198 |
| 0 | 8458 | 187 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4 (/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1))) |
(* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) |
(/ (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (* (PI) (- 1 (* v (* v (* v v)))))) (+ (* v v) 1)) |
(sqrt (+ (* v (* v -6)) 2)) |
(/ (* 4/3 (sqrt 1/2)) (PI)) |
(* 4/3 (sqrt 1/2)) |
(sqrt 1/2) |
(PI) |
(/ 4 (* (PI) (* 3 (sqrt 2)))) |
(* (PI) (* 3 (sqrt 2))) |
(* 3 (sqrt 2)) |
(/ 4 (* (* (PI) 3) (sqrt (- 2 (* 6 (* v v)))))) |
(- 2 (* 6 (* v v))) |
(sqrt (- 2 (* 6 (* v v)))) |
(* (* 3 (PI)) (- 1 (* v v))) |
(/ 4 (* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (+ (* (* v v) -6) 2)))) |
(- 1 (* v v)) |
(* 3 (sqrt (+ (* v (* v -6)) 2))) |
(* v (* v v)) |
(* 6 (* v v)) |
(* (* (PI) 3) (sqrt (- 2 (* 6 (* v v))))) |
(* (* (* 3 (PI)) (- 1 (* v v))) (sqrt (+ (* (* v v) -6) 2))) |
| Outputs |
|---|
(+.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v))) |
(+.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) #s(literal -1 binary64))) |
(fma.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v))) |
(fma.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(neg.f64 (/.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) #s(literal 1/4 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 4/3 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64))) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 #s(literal -4 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 #s(literal -4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (fma.f64 v v #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 4 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 4/3 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -4 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 4 binary64)) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 4 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 4/3 binary64)) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 4/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal -4 binary64)) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal -4 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) #s(literal 4 binary64)) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) #s(literal 4/3 binary64)) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) #s(literal -4 binary64)) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) #s(literal 4/3 binary64)) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) #s(literal -4 binary64)) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) #s(literal 4 binary64)) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) #s(literal 4/3 binary64)) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) #s(literal -4 binary64)) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal -4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal -4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal -4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (neg.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (neg.f64 (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64)))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v))) (*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (-.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))))) |
(pow.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 4/3 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 #s(literal -4 binary64) (/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(*.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (pow.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64)))) |
(*.f64 (*.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (pow.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (fma.f64 v v #s(literal -1 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 v #s(literal 1 binary64))) (/.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (-.f64 v #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (PI.f64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 3 binary64))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (neg.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (neg.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)) |
(*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal -1 binary64)) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (fma.f64 v (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(*.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 #s(literal -3 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 (PI.f64) (fma.f64 v v #s(literal -1 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal -1 binary64)))) (fma.f64 v v #s(literal -1 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 3 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal 3 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (PI.f64) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (PI.f64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 3 binary64)) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 3 binary64)) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -1 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -1 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (sqrt.f64 (neg.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (PI.f64) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) (/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (PI.f64))) |
(neg.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (PI.f64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (PI.f64) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (PI.f64) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (PI.f64) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 1 binary64)) (PI.f64)) |
(/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal 3 binary64) (PI.f64))))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4 binary64) (PI.f64))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (cbrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64))))) (neg.f64 (sqrt.f64 (PI.f64)))) |
(pow.f64 (/.f64 (PI.f64) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(*.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) #s(literal 4/3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (PI.f64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (PI.f64) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))))))) |
(*.f64 (neg.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64))) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (PI.f64))) (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64))) (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 4/3 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (cbrt.f64 (PI.f64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(*.f64 #s(literal -4/3 binary64) (/.f64 (neg.f64 (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(*.f64 (*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (/.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) (pow.f64 (*.f64 #s(literal 3/4 binary64) (sqrt.f64 (/.f64 (PI.f64) #s(literal 1/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(*.f64 (pow.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/4 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1 binary64)) (pow.f64 (*.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3/4 binary64)) #s(literal -1 binary64)) (pow.f64 (sqrt.f64 (/.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (/.f64 (PI.f64) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (pow.f64 (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (neg.f64 (sqrt.f64 (PI.f64)))) (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (neg.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (/.f64 (neg.f64 (sqrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (neg.f64 (sqrt.f64 (PI.f64)))) (/.f64 (neg.f64 (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (neg.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (/.f64 #s(literal -4/3 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (neg.f64 (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 4/3 binary64) (neg.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (neg.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (neg.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (neg.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (PI.f64))) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (/.f64 (neg.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(*.f64 (/.f64 (neg.f64 (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 4/3 binary64) (neg.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (neg.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4/3 binary64)) |
(exp.f64 (*.f64 (log.f64 #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 1/4 binary64) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(fabs.f64 (PI.f64)) |
(sqrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(/.f64 (PI.f64) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (E.f64) (log.f64 (PI.f64))) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (PI.f64) (log.f64 (E.f64))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64)))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))))) (cbrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/4 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -4 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 4 binary64) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal -4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 #s(literal -4 binary64) (neg.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64)))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/4 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (PI.f64))) (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64))) (neg.f64 (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (PI.f64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (PI.f64)))) (neg.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -3 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 #s(literal 4/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/4 binary64)))))) |
(*.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (PI.f64))) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (pow.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (PI.f64))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (PI.f64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1 binary64)) (PI.f64)) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) #s(literal 3/4 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal -4 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -4 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (PI.f64))) (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 4/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64)))))) |
(*.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64))) (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(+.f64 (*.f64 v (*.f64 v #s(literal -6 binary64))) #s(literal 2 binary64)) |
(+.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64)))) |
(-.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64))) |
(-.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64))) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64))))) (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64)))))) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(fma.f64 #s(literal -6 binary64) (*.f64 v v) #s(literal 2 binary64)) |
(fma.f64 (*.f64 v #s(literal -6 binary64)) v #s(literal 2 binary64)) |
(fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal 6 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 2 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 6 binary64) #s(literal 2 binary64)) |
(fma.f64 (*.f64 v #s(literal 6 binary64)) (-.f64 #s(literal 0 binary64) v) #s(literal 2 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64)) #s(literal 2 binary64)) |
(fma.f64 (neg.f64 (*.f64 v #s(literal 6 binary64))) v #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64)))) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))) (-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (neg.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (neg.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (neg.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (neg.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (neg.f64 (-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64)))))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)) (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)) (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 8 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (*.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64))))) (*.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)) #s(literal 4 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -10077696 binary64) #s(literal 512 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) (-.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -1728 binary64)))) (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 512 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -10077696 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 64 binary64) (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -1728 binary64)))) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64)) #s(literal 64 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64))) #s(literal 8 binary64)) (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64)) #s(literal 64 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (+.f64 #s(literal 16 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) #s(literal 4 binary64)))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))) #s(literal 16 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 16 binary64) (fma.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 16 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (neg.f64 (neg.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (neg.f64 (neg.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64))) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64))) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64))) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal 8 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64))) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64)))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 v (*.f64 v #s(literal -6 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (sqrt.f64 (neg.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (sqrt.f64 (neg.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(+.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 #s(literal 3 binary64) (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(fma.f64 (PI.f64) #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (neg.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (neg.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v))))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) #s(literal 3 binary64)) (PI.f64)) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(+.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v))) |
(+.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) #s(literal -1 binary64))) |
(fma.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v))) |
(fma.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 #s(literal -4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(neg.f64 (/.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) #s(literal 1/4 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 4/3 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64))) (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 #s(literal -4 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 #s(literal -4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (fma.f64 v v #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 4 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 4/3 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -4 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 4 binary64)) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 4 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 4/3 binary64)) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal 4/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal -4 binary64)) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) #s(literal -4 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) #s(literal 4 binary64)) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) #s(literal 4/3 binary64)) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) #s(literal -4 binary64)) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (fma.f64 v v #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) #s(literal 4/3 binary64)) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) #s(literal -4 binary64)) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) #s(literal 4 binary64)) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) #s(literal 4/3 binary64)) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) #s(literal -4 binary64)) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (neg.f64 (fma.f64 v v #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal -4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal -4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 #s(literal -4 binary64) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (neg.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (neg.f64 (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (neg.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (neg.f64 (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (neg.f64 (fma.f64 v v #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64)))) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v))) (*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 v v)) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (-.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 (*.f64 v v) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))))) |
(pow.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 4/3 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 #s(literal -4 binary64) (/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(*.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (pow.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(*.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64)))) |
(*.f64 (*.f64 #s(literal 4 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (PI.f64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (pow.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (fma.f64 v v #s(literal -1 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 v #s(literal 1 binary64))) (/.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (-.f64 v #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (PI.f64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 3 binary64))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(+.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 v (-.f64 #s(literal 0 binary64) v) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) v) v #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 v v) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (neg.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (neg.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (neg.f64 (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (neg.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))))) |
(/.f64 (-.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -1 binary64)) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal -1 binary64)) (*.f64 (neg.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal -1 binary64)) (*.f64 (neg.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (fma.f64 v (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)))))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (fma.f64 v v #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 v) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 v) #s(literal 0 binary64)) #s(literal 3/2 binary64))) |
(pow.f64 v #s(literal 3 binary64)) |
(pow.f64 (*.f64 v v) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 v #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 v)) #s(literal 3 binary64)) |
(*.f64 v (*.f64 v v)) |
(*.f64 (*.f64 v v) v) |
(*.f64 (*.f64 v (*.f64 v v)) (pow.f64 #s(literal 1 binary64) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 v #s(literal 3/2 binary64)) (pow.f64 v #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 v #s(literal 3/2 binary64)) (pow.f64 (*.f64 v #s(literal 1 binary64)) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 3/2 binary64)) (*.f64 v (*.f64 v v))) |
(*.f64 (pow.f64 (*.f64 #s(literal 1 binary64) v) #s(literal 3/2 binary64)) (pow.f64 v #s(literal 3/2 binary64))) |
(*.f64 v (*.f64 v #s(literal 6 binary64))) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(*.f64 #s(literal 6 binary64) (*.f64 v v)) |
(*.f64 (*.f64 v #s(literal 6 binary64)) v) |
(*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (PI.f64)) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) #s(literal -1 binary64)) |
(/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (PI.f64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal -1 binary64)) (*.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal 216 binary64)) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) #s(literal 6 binary64)) (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64) #s(literal -4 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 #s(literal 3 binary64) (PI.f64))) (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 36 binary64))))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal 6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (fma.f64 v (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))))) |
(*.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 #s(literal -3 binary64) (/.f64 (neg.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 (PI.f64) (fma.f64 v v #s(literal -1 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal -1 binary64)))) (fma.f64 v v #s(literal -1 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 3 binary64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal 3 binary64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (PI.f64) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (PI.f64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 3 binary64)) (fma.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64))) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 v v))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 3 binary64)) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal -1 binary64))) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -1 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -1 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
| 1× | egg-herbie |
| 14 824× | accelerator-lowering-fma.f32 |
| 14 824× | accelerator-lowering-fma.f64 |
| 5 796× | *-lowering-*.f32 |
| 5 796× | *-lowering-*.f64 |
| 4 514× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 406 | 4328 |
| 1 | 1329 | 3829 |
| 2 | 5175 | 3679 |
| 0 | 8094 | 3513 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
(* 3 (* (PI) (sqrt 2))) |
(+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* -1 (* (PI) (sqrt 2))))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* -1 (* (PI) (sqrt 2)))))))))) |
(* -3 (* (pow v 5) (* (PI) (sqrt -6)))) |
(* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4)))))) |
(* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 5))) (/ (PI) (sqrt -6))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4))))))) |
(* 3 (* (pow v 5) (* (PI) (sqrt -6)))) |
(* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (* -3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4))))))) |
(* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 5))) (/ (PI) (sqrt -6))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4)))))))) |
(* 3 (* (PI) (sqrt 2))) |
(+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))))))) |
(* -3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(* 3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))) |
(sqrt 2) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(* v (sqrt -6)) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (sqrt -6))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(* 4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(* -4/3 (/ (sqrt -1/6) (* v (PI)))) |
(* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
2 |
(+ 2 (* -6 (pow v 2))) |
(+ 2 (* -6 (pow v 2))) |
(+ 2 (* -6 (pow v 2))) |
(* -6 (pow v 2)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* -6 (pow v 2)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(sqrt 2) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(* v (sqrt -6)) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (sqrt -6))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(* 3 (PI)) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(* -3 (* (pow v 2) (PI))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* -3 (* (pow v 2) (PI))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
1 |
(+ 1 (* -1 (pow v 2))) |
(+ 1 (* -1 (pow v 2))) |
(+ 1 (* -1 (pow v 2))) |
(* -1 (pow v 2)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* -1 (pow v 2)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* 3 (sqrt 2)) |
(+ (* -9 (/ (pow v 2) (sqrt 2))) (* 3 (sqrt 2))) |
(+ (* 3 (sqrt 2)) (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 9 (/ 1 (sqrt 2)))))) |
(+ (* 3 (sqrt 2)) (* (pow v 2) (- (* (pow v 2) (- (* -81/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 27/2 (/ 1 (pow (sqrt 2) 3))))) (* 9 (/ 1 (sqrt 2)))))) |
(* 3 (* v (sqrt -6))) |
(* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6)))))) |
(* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -3 (* v (sqrt -6))) |
(* -1 (* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6))))))) |
(* -1 (* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(pow v 3) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 6 (pow v 2)) |
(* 3 (* (PI) (sqrt 2))) |
(+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -9 (/ (PI) (sqrt 2)))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -27/2 (/ (PI) (pow (sqrt 2) 3)))))))) |
(* 3 (* v (* (PI) (sqrt -6)))) |
(* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(* -3 (* v (* (PI) (sqrt -6)))) |
(* -1 (* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))))) |
(* 3 (* (PI) (sqrt 2))) |
(+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))))))) |
(* -3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(* 3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))) |
| Outputs |
|---|
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (fma.f64 v (*.f64 v (/.f64 #s(literal 27/16 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) (*.f64 v v) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 (*.f64 v v) (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal 27/8 binary64) (PI.f64)) (/.f64 #s(literal 135/16 binary64) (PI.f64))) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) (*.f64 v v) (fma.f64 v (*.f64 v (/.f64 #s(literal 27/16 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (+.f64 (/.f64 #s(literal 1/72 binary64) (PI.f64)) (/.f64 #s(literal 5/1296 binary64) (PI.f64))) (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (pow.f64 v #s(literal 6 binary64)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (+.f64 (/.f64 #s(literal 1/72 binary64) (PI.f64)) (/.f64 #s(literal 5/1296 binary64) (PI.f64))) (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (pow.f64 v #s(literal 6 binary64)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* 3 (* (PI) (sqrt 2))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2)))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* -1 (* (PI) (sqrt 2))))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -3 binary64) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64))) (/.f64 (*.f64 (PI.f64) #s(literal -9 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* -1 (* (PI) (sqrt 2)))))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 (*.f64 v v) #s(literal 3 binary64)) (fma.f64 (*.f64 v v) (fma.f64 (PI.f64) (/.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 (PI.f64) #s(literal -27/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64)))) (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (/.f64 (*.f64 (PI.f64) #s(literal -9 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(* -3 (* (pow v 5) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) (*.f64 #s(literal -3 binary64) (pow.f64 v #s(literal 5 binary64)))) |
(* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (*.f64 (PI.f64) (fma.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal -3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))))) |
(* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4)))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (fma.f64 (PI.f64) (fma.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal -3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (/.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (*.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 v v))))) |
(* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 5))) (/ (PI) (sqrt -6))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (fma.f64 (PI.f64) (fma.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal -3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (*.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (pow.f64 v #s(literal 6 binary64))))))) |
(* 3 (* (pow v 5) (* (PI) (sqrt -6)))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (* -3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (*.f64 (PI.f64) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))))) |
(* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4))))))) |
(*.f64 (pow.f64 v #s(literal 5 binary64)) (fma.f64 (PI.f64) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (*.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 v v)))))) |
(* -1 (* (pow v 5) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 5))) (/ (PI) (sqrt -6))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (* (PI) (sqrt -6))) (pow v 4)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 v #s(literal 5 binary64)) (fma.f64 (PI.f64) (fma.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal -3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (*.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (pow.f64 v #s(literal 6 binary64)))))))) |
(* 3 (* (PI) (sqrt 2))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))) |
(*.f64 #s(literal 3 binary64) (fma.f64 (*.f64 v v) (*.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))) |
(*.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/4 binary64)) (*.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 v v)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))))))) |
(fma.f64 (*.f64 v v) (*.f64 #s(literal 3 binary64) (fma.f64 (fma.f64 (*.f64 v v) (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 9/4 binary64) (/.f64 (*.f64 (PI.f64) #s(literal -27/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64)))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/4 binary64))) (*.f64 v v) (*.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(* -3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal -3 binary64))) (PI.f64))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal 3 binary64) (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (+.f64 (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) #s(literal 1/12 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (pow.f64 v #s(literal 6 binary64))))) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)))))) |
(* 3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))) |
(*.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(*.f64 (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (+.f64 (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) #s(literal 1/12 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (pow.f64 v #s(literal 6 binary64))))) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 #s(literal -27/2 binary64) (/.f64 (*.f64 v v) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -9/4 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* v (sqrt -6)) |
(*.f64 v (sqrt.f64 #s(literal -6 binary64))) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (-.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 v (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (-.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) |
(* -1 (* v (sqrt -6))) |
(*.f64 v (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -6 binary64)))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (-.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (-.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2)))) |
(fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 (*.f64 v v) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 v (*.f64 v (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (*.f64 (/.f64 #s(literal 2/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (fma.f64 #s(literal 135/16 binary64) (/.f64 (*.f64 v v) (PI.f64)) (/.f64 #s(literal 27/8 binary64) (PI.f64)))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) |
(* 4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) v)) |
(/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v) |
(fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) v)) (/.f64 #s(literal -1/27 binary64) (*.f64 v (*.f64 v (*.f64 v (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))))) |
(/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/.f64 (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/108 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (*.f64 v v) (*.f64 v v))))) (/.f64 #s(literal -1/27 binary64) (*.f64 v (*.f64 v (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/.f64 (fma.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (+.f64 (/.f64 #s(literal 1/72 binary64) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 #s(literal 5/1296 binary64) (pow.f64 v #s(literal 6 binary64)))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 v (*.f64 v (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))))) v) |
(* -4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) v)) |
(* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)) |
(-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) v)) (/.f64 #s(literal -1/27 binary64) (*.f64 v (*.f64 v (*.f64 v (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))))))) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(/.f64 (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/108 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (*.f64 v v) (*.f64 v v))))) (/.f64 #s(literal -1/27 binary64) (*.f64 v (*.f64 v (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(/.f64 (fma.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (+.f64 (/.f64 #s(literal 1/72 binary64) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 #s(literal 5/1296 binary64) (pow.f64 v #s(literal 6 binary64)))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 v (*.f64 v (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))))) (-.f64 #s(literal 0 binary64) v)) |
2 |
#s(literal 2 binary64) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(* -6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -6 binary64)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* -6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -6 binary64)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 #s(literal -27/2 binary64) (/.f64 (*.f64 v v) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -9/4 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* v (sqrt -6)) |
(*.f64 v (sqrt.f64 #s(literal -6 binary64))) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (-.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 v (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (-.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) |
(* -1 (* v (sqrt -6))) |
(*.f64 v (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -6 binary64)))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (-.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (-.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(* 3 (PI)) |
(*.f64 (PI.f64) #s(literal 3 binary64)) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) |
(* -3 (* (pow v 2) (PI))) |
(*.f64 (PI.f64) (*.f64 (*.f64 v v) #s(literal -3 binary64))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* -3 (* (pow v 2) (PI))) |
(*.f64 (PI.f64) (*.f64 (*.f64 v v) #s(literal -3 binary64))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (*.f64 (PI.f64) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))))) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (fma.f64 v (*.f64 v (/.f64 #s(literal 27/16 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) (*.f64 v v) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 (*.f64 v v) (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal 27/8 binary64) (PI.f64)) (/.f64 #s(literal 135/16 binary64) (PI.f64))) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) (*.f64 v v) (fma.f64 v (*.f64 v (/.f64 #s(literal 27/16 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (+.f64 (/.f64 #s(literal 1/72 binary64) (PI.f64)) (/.f64 #s(literal 5/1296 binary64) (PI.f64))) (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (pow.f64 v #s(literal 6 binary64)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (/.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (+.f64 (/.f64 #s(literal 1/72 binary64) (PI.f64)) (/.f64 #s(literal 5/1296 binary64) (PI.f64))) (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (pow.f64 v #s(literal 6 binary64)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* -1 (pow v 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* -1 (pow v 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* 3 (sqrt 2)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) |
(+ (* -9 (/ (pow v 2) (sqrt 2))) (* 3 (sqrt 2))) |
(fma.f64 #s(literal -9 binary64) (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (sqrt 2)) (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 9 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64) (/.f64 #s(literal -9 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (sqrt 2)) (* (pow v 2) (- (* (pow v 2) (- (* -81/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 27/2 (/ 1 (pow (sqrt 2) 3))))) (* 9 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (/.f64 (*.f64 v v) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) #s(literal -81/2 binary64) (/.f64 #s(literal -27/4 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal -9 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(* 3 (* v (sqrt -6))) |
(*.f64 v (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)))) |
(* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6)))))) |
(*.f64 v (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))))) |
(* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(*.f64 v (+.f64 (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 v (+.f64 (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))))) (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
(* -3 (* v (sqrt -6))) |
(*.f64 v (*.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal -3 binary64))) |
(* -1 (* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6))))))) |
(*.f64 #s(literal -3 binary64) (fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))))) |
(* -1 (* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 (+.f64 (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64)))) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))))) (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(pow v 3) |
(*.f64 v (*.f64 v v)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal 6 binary64)) |
(* 3 (* (PI) (sqrt 2))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2)))) |
(fma.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -9 (/ (PI) (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 v v)) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64) (/.f64 (*.f64 (PI.f64) #s(literal -9 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -27/2 (/ (PI) (pow (sqrt 2) 3)))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v v)) #s(literal -81/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64)))) (/.f64 (*.f64 (PI.f64) #s(literal -9 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(* 3 (* v (* (PI) (sqrt -6)))) |
(*.f64 v (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64))))) |
(* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(*.f64 v (*.f64 (PI.f64) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 v (fma.f64 (PI.f64) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 (*.f64 v v) (*.f64 v v))))))) |
(* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(*.f64 v (fma.f64 (PI.f64) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (fma.f64 #s(literal 3/2 binary64) (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 (*.f64 v v) (*.f64 v v)))))))) |
(* -3 (* v (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v (*.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal -3 binary64))) (PI.f64)) |
(* -1 (* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 v (*.f64 (PI.f64) (fma.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal -3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))))) |
(* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(*.f64 v (fma.f64 (PI.f64) (fma.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal -3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (neg.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 (*.f64 v v) (*.f64 v v)))))))) |
(* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (fma.f64 (PI.f64) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) (sqrt.f64 #s(literal -6 binary64))))) (fma.f64 #s(literal 3/2 binary64) (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 (*.f64 v v) (*.f64 v v))))))))) |
(* 3 (* (PI) (sqrt 2))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* 3 (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))) |
(*.f64 #s(literal 3 binary64) (fma.f64 (*.f64 v v) (*.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))) (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))))) |
(*.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/4 binary64)) (*.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 v v)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* 3 (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))) (* (pow v 2) (+ (* 3 (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))) (* 3 (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))))))) |
(fma.f64 (*.f64 v v) (*.f64 #s(literal 3 binary64) (fma.f64 (fma.f64 (*.f64 v v) (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 9/4 binary64) (/.f64 (*.f64 (PI.f64) #s(literal -27/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64)))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/4 binary64))) (*.f64 v v) (*.f64 (PI.f64) (-.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(* -3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal -3 binary64))) (PI.f64))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal 3 binary64) (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (+.f64 (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) #s(literal 1/12 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (pow.f64 v #s(literal 6 binary64))))) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64)))))) |
(* 3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2)))))) |
(*.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4))))))) |
(*.f64 (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* 3 (/ (+ (* -1 (/ (PI) (sqrt -6))) (* (PI) (sqrt -6))) (pow v 2))) (+ (* 3 (/ (+ (* -1/2 (/ (PI) (pow (sqrt -6) 3))) (* -1/2 (/ (PI) (pow (sqrt -6) 5)))) (pow v 6))) (* 3 (/ (+ (* 1/2 (/ (PI) (pow (sqrt -6) 3))) (/ (PI) (sqrt -6))) (pow v 4)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal 3 binary64) (+.f64 (/.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 v v)) (+.f64 (/.f64 (*.f64 #s(literal 11/12 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))) #s(literal 1/12 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (pow.f64 v #s(literal 6 binary64))))) (*.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
Compiled 51 400 to 4 043 computations (92.1% saved)
7 alts after pruning (5 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 533 | 5 | 1 538 |
| Fresh | 0 | 0 | 0 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1 536 | 7 | 1 543 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 97.3% | (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
| ✓ | 98.5% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
| ▶ | 98.4% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
| ▶ | 98.9% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64))) |
| ▶ | 100.0% | (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| ▶ | 98.9% | (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| ▶ | 98.8% | (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
Compiled 167 to 136 computations (18.6% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 384 | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 384 | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64))) |
| ✓ | cost-diff | 0 | (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 4/3 binary64) (PI.f64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) (*.f64 v v)) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 192 | (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| 4 112× | accelerator-lowering-fma.f32 |
| 4 112× | accelerator-lowering-fma.f64 |
| 3 470× | *-lowering-*.f32 |
| 3 470× | *-lowering-*.f64 |
| 1 606× | unsub-neg |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 35 | 267 |
| 1 | 83 | 267 |
| 2 | 157 | 267 |
| 3 | 300 | 267 |
| 4 | 655 | 267 |
| 5 | 980 | 267 |
| 6 | 1534 | 267 |
| 7 | 3790 | 267 |
| 8 | 5940 | 267 |
| 0 | 8063 | 245 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4/3 (* (* (PI) (- 1 (* v v))) (sqrt (+ (* v (* v -6)) 2)))) |
4/3 |
(* (* (PI) (- 1 (* v v))) (sqrt (+ (* v (* v -6)) 2))) |
(* (PI) (- 1 (* v v))) |
(PI) |
(- 1 (* v v)) |
1 |
(* v v) |
v |
(sqrt (+ (* v (* v -6)) 2)) |
(+ (* v (* v -6)) 2) |
(* v -6) |
-6 |
2 |
(* (sqrt 1/2) (/ 4/3 (PI))) |
(sqrt 1/2) |
1/2 |
(/ 4/3 (PI)) |
4/3 |
(PI) |
(/ 4/3 (* (PI) (sqrt (+ (* v (* v -6)) 2)))) |
4/3 |
(* (PI) (sqrt (+ (* v (* v -6)) 2))) |
(PI) |
(sqrt (+ (* v (* v -6)) 2)) |
(+ (* v (* v -6)) 2) |
v |
(* v -6) |
-6 |
2 |
(/ 4 (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (PI))) |
4 |
(* (* 3 (sqrt (+ (* v (* v -6)) 2))) (PI)) |
(* 3 (sqrt (+ (* v (* v -6)) 2))) |
3 |
(sqrt (+ (* v (* v -6)) 2)) |
(+ (* v (* v -6)) 2) |
v |
(* v -6) |
-6 |
2 |
(PI) |
(/ 4 (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2)))) |
4 |
(* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2))) |
(* (PI) (+ (* (* v v) -3) 3)) |
(PI) |
(+ (* (* v v) -3) 3) |
(* v v) |
v |
-3 |
3 |
(sqrt (+ (* (* v v) -6) 2)) |
(+ (* (* v v) -6) 2) |
-6 |
2 |
| Outputs |
|---|
(/ 4/3 (* (* (PI) (- 1 (* v v))) (sqrt (+ (* v (* v -6)) 2)))) |
(/.f64 #s(literal -4/3 binary64) (fma.f64 (PI.f64) (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) (fma.f64 v v #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
4/3 |
#s(literal 4/3 binary64) |
(* (* (PI) (- 1 (* v v))) (sqrt (+ (* v (* v -6)) 2))) |
(fma.f64 (fma.f64 (PI.f64) (fma.f64 v (-.f64 #s(literal 0 binary64) v) #s(literal 1 binary64)) #s(literal 0 binary64)) (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) #s(literal 0 binary64)) |
(* (PI) (- 1 (* v v))) |
(fma.f64 (PI.f64) (fma.f64 v (-.f64 #s(literal 0 binary64) v) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(PI) |
(PI.f64) |
(- 1 (* v v)) |
(fma.f64 v (-.f64 #s(literal 0 binary64) v) #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
(* v v) |
(fma.f64 v v #s(literal 0 binary64)) |
v |
(sqrt (+ (* v (* v -6)) 2)) |
(sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) |
(+ (* v (* v -6)) 2) |
(fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64)) |
(* v -6) |
(fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) |
-6 |
#s(literal -6 binary64) |
2 |
#s(literal 2 binary64) |
(* (sqrt 1/2) (/ 4/3 (PI))) |
(*.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(/ 4/3 (PI)) |
(/.f64 #s(literal 4/3 binary64) (PI.f64)) |
4/3 |
#s(literal 4/3 binary64) |
(PI) |
(PI.f64) |
(/ 4/3 (* (PI) (sqrt (+ (* v (* v -6)) 2)))) |
(/.f64 #s(literal 4/3 binary64) (fma.f64 (PI.f64) (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) #s(literal 0 binary64))) |
4/3 |
#s(literal 4/3 binary64) |
(* (PI) (sqrt (+ (* v (* v -6)) 2))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) #s(literal 0 binary64)) |
(PI) |
(PI.f64) |
(sqrt (+ (* v (* v -6)) 2)) |
(sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) |
(+ (* v (* v -6)) 2) |
(fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64)) |
v |
(* v -6) |
(fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) |
-6 |
#s(literal -6 binary64) |
2 |
#s(literal 2 binary64) |
(/ 4 (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (PI))) |
(/.f64 #s(literal 4/3 binary64) (fma.f64 (PI.f64) (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) #s(literal 0 binary64))) |
4 |
#s(literal 4 binary64) |
(* (* 3 (sqrt (+ (* v (* v -6)) 2))) (PI)) |
(fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) (fma.f64 (PI.f64) #s(literal 3 binary64) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* 3 (sqrt (+ (* v (* v -6)) 2))) |
(fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) #s(literal 3 binary64) #s(literal 0 binary64)) |
3 |
#s(literal 3 binary64) |
(sqrt (+ (* v (* v -6)) 2)) |
(sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) |
(+ (* v (* v -6)) 2) |
(fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64)) |
v |
(* v -6) |
(fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) |
-6 |
#s(literal -6 binary64) |
2 |
#s(literal 2 binary64) |
(PI) |
(PI.f64) |
(/ 4 (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2)))) |
(/.f64 #s(literal -4/3 binary64) (fma.f64 (PI.f64) (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) (fma.f64 v v #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
4 |
#s(literal 4 binary64) |
(* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2))) |
(fma.f64 (fma.f64 (PI.f64) #s(literal -3 binary64) #s(literal 0 binary64)) (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) (fma.f64 v v #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (PI) (+ (* (* v v) -3) 3)) |
(fma.f64 (PI.f64) (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -3 binary64) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(PI) |
(PI.f64) |
(+ (* (* v v) -3) 3) |
(fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -3 binary64) #s(literal 3 binary64)) |
(* v v) |
(fma.f64 v v #s(literal 0 binary64)) |
v |
-3 |
#s(literal -3 binary64) |
3 |
#s(literal 3 binary64) |
(sqrt (+ (* (* v v) -6) 2)) |
(sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) |
(+ (* (* v v) -6) 2) |
(fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64)) |
-6 |
#s(literal -6 binary64) |
2 |
#s(literal 2 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64)))) |
| ✓ | accuracy | 100.0% | (*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) |
| ✓ | accuracy | 98.5% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 98.5% | (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
| ✓ | accuracy | 98.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) |
| ✓ | accuracy | 98.4% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| ✓ | accuracy | 100.0% | (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 98.4% | (/.f64 #s(literal 4/3 binary64) (PI.f64)) |
| ✓ | accuracy | 98.4% | (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| 90.0ms | 256× | 0 | valid |
Compiled 252 to 37 computations (85.3% saved)
ival-sqrt: 33.0ms (47.3% of total)ival-mult: 19.0ms (27.2% of total)ival-div: 7.0ms (10% of total)const: 4.0ms (5.7% of total)ival-add: 3.0ms (4.3% of total)ival-pi: 1.0ms (1.4% of total)ival-sub: 1.0ms (1.4% of total)exact: 1.0ms (1.4% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 4/3 (* (* (PI) (- 1 (* v v))) (sqrt (+ (* v (* v -6)) 2))))> |
#<alt (PI)> |
#<alt (- 1 (* v v))> |
#<alt (sqrt (+ (* v (* v -6)) 2))> |
#<alt (* (sqrt 1/2) (/ 4/3 (PI)))> |
#<alt (sqrt 1/2)> |
#<alt (/ 4/3 (PI))> |
#<alt (/ 4/3 (* (PI) (sqrt (+ (* v (* v -6)) 2))))> |
#<alt (+ (* v (* v -6)) 2)> |
#<alt (/ 4 (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (PI)))> |
#<alt (/ 4 (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2))))> |
#<alt (+ (* (* v v) -3) 3)> |
#<alt (sqrt (+ (* (* v v) -6) 2))> |
#<alt (* (* (PI) (- 1 (* v v))) (sqrt (+ (* v (* v -6)) 2)))> |
#<alt (* (PI) (- 1 (* v v)))> |
#<alt (* (PI) (sqrt (+ (* v (* v -6)) 2)))> |
#<alt (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (PI))> |
#<alt (* 3 (sqrt (+ (* v (* v -6)) 2)))> |
#<alt (* (PI) (+ (* (* v v) -3) 3))> |
#<alt (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2)))> |
| Outputs |
|---|
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))))))> |
#<alt (* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)))> |
#<alt 1> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (* -1 (pow v 2))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* -1 (pow v 2))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (* v (sqrt -6))> |
#<alt (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))> |
#<alt (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))> |
#<alt (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (sqrt -6)))> |
#<alt (* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))))> |
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2))))))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* v (PI))))> |
#<alt (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)> |
#<alt (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)> |
#<alt (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)> |
#<alt (* -4/3 (/ (sqrt -1/6) (* v (PI))))> |
#<alt (* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v))> |
#<alt (* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v))> |
#<alt (* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v))> |
#<alt 2> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (+ 2 (* -6 (pow v 2)))> |
#<alt (* -6 (pow v 2))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* -6 (pow v 2))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6))> |
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2))))))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* v (PI))))> |
#<alt (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)> |
#<alt (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)> |
#<alt (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)> |
#<alt (* -4/3 (/ (sqrt -1/6) (* v (PI))))> |
#<alt (* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v))> |
#<alt (* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v))> |
#<alt (* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v))> |
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* 4 (* (pow v 2) (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2))))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4 (* (pow v 2) (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI))))))) (* 4 (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4 (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))))) (* (pow v 2) (+ (* 4 (* (pow v 2) (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/6 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI)))))))) (* 4 (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI)))))))))))> |
#<alt (* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/6 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/6 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)))> |
#<alt 3> |
#<alt (+ 3 (* -3 (pow v 2)))> |
#<alt (+ 3 (* -3 (pow v 2)))> |
#<alt (+ 3 (* -3 (pow v 2)))> |
#<alt (* -3 (pow v 2))> |
#<alt (* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3))> |
#<alt (* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3))> |
#<alt (* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3))> |
#<alt (* -3 (pow v 2))> |
#<alt (* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3))> |
#<alt (* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3))> |
#<alt (* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (* v (sqrt -6))> |
#<alt (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))> |
#<alt (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))> |
#<alt (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (sqrt -6)))> |
#<alt (* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))))> |
#<alt (* (PI) (sqrt 2))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))))))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3))))))))))))> |
#<alt (* -1 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2)))))> |
#<alt (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))> |
#<alt (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))))> |
#<alt (* (pow v 3) (* (PI) (sqrt -6)))> |
#<alt (* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))))))> |
#<alt (PI)> |
#<alt (+ (PI) (* -1 (* (pow v 2) (PI))))> |
#<alt (+ (PI) (* -1 (* (pow v 2) (PI))))> |
#<alt (+ (PI) (* -1 (* (pow v 2) (PI))))> |
#<alt (* -1 (* (pow v 2) (PI)))> |
#<alt (* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2))))> |
#<alt (* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2))))> |
#<alt (* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2))))> |
#<alt (* -1 (* (pow v 2) (PI)))> |
#<alt (* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2))))> |
#<alt (* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2))))> |
#<alt (* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2))))> |
#<alt (* (PI) (sqrt 2))> |
#<alt (+ (* -3 (/ (* (pow v 2) (PI)) (sqrt 2))) (* (PI) (sqrt 2)))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -9/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -3 (/ (PI) (sqrt 2))))))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -9/2 (/ (PI) (pow (sqrt 2) 3))))))))> |
#<alt (* v (* (PI) (sqrt -6)))> |
#<alt (* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))> |
#<alt (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))> |
#<alt (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* v (* (PI) (sqrt -6))))> |
#<alt (* -1 (* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))> |
#<alt (* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))))> |
#<alt (* 3 (* (PI) (sqrt 2)))> |
#<alt (+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -9 (/ (PI) (sqrt 2))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -27/2 (/ (PI) (pow (sqrt 2) 3))))))))> |
#<alt (* 3 (* v (* (PI) (sqrt -6))))> |
#<alt (* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))> |
#<alt (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))))> |
#<alt (* -3 (* v (* (PI) (sqrt -6))))> |
#<alt (* -1 (* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))))> |
#<alt (* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))))> |
#<alt (* 3 (sqrt 2))> |
#<alt (+ (* -9 (/ (pow v 2) (sqrt 2))) (* 3 (sqrt 2)))> |
#<alt (+ (* 3 (sqrt 2)) (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 9 (/ 1 (sqrt 2))))))> |
#<alt (+ (* 3 (sqrt 2)) (* (pow v 2) (- (* (pow v 2) (- (* -81/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 27/2 (/ 1 (pow (sqrt 2) 3))))) (* 9 (/ 1 (sqrt 2))))))> |
#<alt (* 3 (* v (sqrt -6)))> |
#<alt (* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6))))))> |
#<alt (* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3)))))> |
#<alt (* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -3 (* v (sqrt -6)))> |
#<alt (* -1 (* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))))> |
#<alt (* 3 (PI))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (+ (* -3 (* (pow v 2) (PI))) (* 3 (PI)))> |
#<alt (* -3 (* (pow v 2) (PI)))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* -3 (* (pow v 2) (PI)))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2)))))> |
#<alt (* 3 (* (PI) (sqrt 2)))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* -3 (* (PI) (sqrt 2))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (+ (* -3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 3))) (* 9 (/ (PI) (sqrt 2)))))))))> |
#<alt (+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (+ (* -3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (PI) (pow (sqrt 2) 5))) (* 27/2 (/ (PI) (pow (sqrt 2) 3))))))))))))> |
#<alt (* -3 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))))> |
#<alt (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))))))> |
#<alt (* 3 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))))))))> |
48 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | v | @ | 0 | (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2))) |
| 1.0ms | v | @ | inf | (/ 4 (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2)))) |
| 1.0ms | v | @ | 0 | (* (PI) (sqrt (+ (* v (* v -6)) 2))) |
| 1.0ms | v | @ | 0 | (/ 4 (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2)))) |
| 1.0ms | v | @ | inf | (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2))) |
| 1× | batch-egg-rewrite |
| 5 072× | *-lowering-*.f32 |
| 5 072× | *-lowering-*.f64 |
| 4 848× | /-lowering-/.f32 |
| 4 848× | /-lowering-/.f64 |
| 4 494× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 35 | 191 |
| 1 | 187 | 191 |
| 2 | 1162 | 191 |
| 0 | 8282 | 175 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4/3 (* (* (PI) (- 1 (* v v))) (sqrt (+ (* v (* v -6)) 2)))) |
(PI) |
(- 1 (* v v)) |
(sqrt (+ (* v (* v -6)) 2)) |
(* (sqrt 1/2) (/ 4/3 (PI))) |
(sqrt 1/2) |
(/ 4/3 (PI)) |
(/ 4/3 (* (PI) (sqrt (+ (* v (* v -6)) 2)))) |
(+ (* v (* v -6)) 2) |
(/ 4 (* (* 3 (sqrt (+ (* v (* v -6)) 2))) (PI))) |
(/ 4 (* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2)))) |
(+ (* (* v v) -3) 3) |
(sqrt (+ (* (* v v) -6) 2)) |
(* (* (PI) (- 1 (* v v))) (sqrt (+ (* v (* v -6)) 2))) |
(* (PI) (- 1 (* v v))) |
(* (PI) (sqrt (+ (* v (* v -6)) 2))) |
(* (* 3 (sqrt (+ (* v (* v -6)) 2))) (PI)) |
(* 3 (sqrt (+ (* v (* v -6)) 2))) |
(* (PI) (+ (* (* v v) -3) 3)) |
(* (* (PI) (+ (* (* v v) -3) 3)) (sqrt (+ (* (* v v) -6) 2))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(neg.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4/3 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(/.f64 #s(literal -4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal 3/4 binary64)) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -3/4 binary64))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 4/3 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (PI.f64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 4 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 4/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal 4/3 binary64)) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (/.f64 #s(literal -1 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal -4/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (cbrt.f64 (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (PI.f64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (PI.f64)))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(log.f64 (/.f64 #s(literal 1 binary64) (exp.f64 (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(fabs.f64 (PI.f64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(sqrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (PI.f64) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (E.f64) (log.f64 (PI.f64))) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (PI.f64) (log.f64 (E.f64))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64)))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))))) (cbrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(+.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 v v) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 v (-.f64 #s(literal 0 binary64) v) #s(literal 1 binary64)) |
(fma.f64 (*.f64 v v) #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) v) v #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 v v) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 v v) #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 v v)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 v v) #s(literal 1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (sqrt.f64 (+.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal 6 binary64) #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 4 binary64) (*.f64 #s(literal -36 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(neg.f64 (*.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64)) (sqrt.f64 #s(literal 1/2 binary64)))) |
(neg.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal -4/3 binary64) (PI.f64)))) |
(neg.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(neg.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (PI.f64))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3/4 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3/4 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))))) |
(/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (PI.f64) #s(literal 3/4 binary64))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) #s(literal 1 binary64)) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 3/4 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -1 binary64)) (*.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (neg.f64 (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64))) (PI.f64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) #s(literal 3/4 binary64)) |
(/.f64 (*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 4/3 binary64)) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64))) #s(literal 4/3 binary64)) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (cbrt.f64 (PI.f64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(/.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(pow.f64 (*.f64 #s(literal 3/4 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 3/4 binary64))) |
(*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -4/3 binary64)) (/.f64 #s(literal -1 binary64) (PI.f64))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 4/3 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (cbrt.f64 (PI.f64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64))) (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3/4 binary64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 (/.f64 #s(literal 1/2 binary64) (PI.f64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (PI.f64))) (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (/.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (*.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (/.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (PI.f64)) (/.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) #s(literal 3/4 binary64))) |
(*.f64 (/.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) #s(literal 4/3 binary64)) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (/.f64 #s(literal -4/3 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal -4/3 binary64)) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))))) |
(exp.f64 (*.f64 (log.f64 #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(/.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 1/4 binary64) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -4/3 binary64) (PI.f64))) |
(neg.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64))) |
(/.f64 #s(literal 4/3 binary64) (PI.f64)) |
(/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) #s(literal 3/4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -4/3 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal 3/4 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 4/3 binary64)) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) #s(literal 4/3 binary64)) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(pow.f64 (*.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal -1 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal 4/3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (PI.f64)) #s(literal -4/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (*.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) (pow.f64 (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (*.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (/.f64 #s(literal 4 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) |
(/.f64 #s(literal -4 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64))) |
(/.f64 #s(literal -4/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3/4 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) |
(/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal -3/4 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) #s(literal -3/4 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (cbrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (cbrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 4/3 binary64)) (PI.f64)) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (PI.f64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal -4 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -4 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 4/3 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal -1 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -4/3 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (*.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -4 binary64)) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (cbrt.f64 (PI.f64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (PI.f64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 4/3 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(+.f64 (*.f64 (*.f64 v v) #s(literal -6 binary64)) #s(literal 2 binary64)) |
(+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal -6 binary64))) |
(+.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (neg.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 4 binary64) (+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64))))) |
(fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) |
(fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal -6 binary64) (*.f64 v v) #s(literal 2 binary64)) |
(fma.f64 (*.f64 v #s(literal -6 binary64)) v #s(literal 2 binary64)) |
(fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (neg.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (neg.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal -8 binary64))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))) (neg.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)) (fma.f64 (*.f64 v v) #s(literal 6 binary64) #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64))) (+.f64 #s(literal 4 binary64) (*.f64 #s(literal -36 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)) (+.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64))))) |
(/.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (neg.f64 (+.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (fma.f64 (*.f64 v v) #s(literal 6 binary64) #s(literal 2 binary64))) |
(/.f64 (+.f64 #s(literal 4 binary64) (*.f64 #s(literal -36 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)) #s(literal 4 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -10077696 binary64) #s(literal 512 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) #s(literal 64 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -1728 binary64))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) #s(literal -64 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal -8 binary64)) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) #s(literal -64 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 1296 binary64) #s(literal 16 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 144 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 1296 binary64) #s(literal -16 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal 4 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (neg.f64 (fma.f64 (*.f64 v v) #s(literal 6 binary64) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 4 binary64) (*.f64 #s(literal -36 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (neg.f64 (+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)) #s(literal 1 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -10077696 binary64) #s(literal 512 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) #s(literal 64 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -1728 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) #s(literal -64 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal -8 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) #s(literal -64 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) (+.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 1296 binary64) #s(literal 16 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 144 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 1296 binary64) #s(literal -16 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal 4 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)))))) |
(*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) #s(literal 6 binary64) #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) |
(*.f64 (+.f64 #s(literal 4 binary64) (*.f64 #s(literal -36 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)) (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 46656 binary64) (*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))) (*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 1296 binary64) (*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))) (-.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64))))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal -8 binary64))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 v v) #s(literal -12 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (*.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (/.f64 #s(literal 4 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) |
(/.f64 #s(literal -4 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64))) |
(/.f64 #s(literal -4/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3/4 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) |
(/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal -3/4 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) #s(literal -3/4 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (cbrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (cbrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 #s(literal 3 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 3 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 4/3 binary64)) (PI.f64)) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (sqrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (cbrt.f64 (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (PI.f64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal -4 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(/.f64 (/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -4 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 4/3 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal -1 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -4/3 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (*.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -4 binary64)) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 1 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (cbrt.f64 (PI.f64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (PI.f64))) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 4/3 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(neg.f64 (/.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (/.f64 #s(literal 4 binary64) (PI.f64)))) |
(/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(/.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) #s(literal 1/4 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal -1/4 binary64))) |
(/.f64 (/.f64 #s(literal -4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(/.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (PI.f64)) |
(/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 4 binary64)) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 #s(literal -4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64)) |
(/.f64 (/.f64 #s(literal -4 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal -4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (PI.f64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (PI.f64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(*.f64 #s(literal 4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -4 binary64) (/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) #s(literal 4 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(*.f64 (/.f64 #s(literal -4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) #s(literal -4 binary64)) |
(*.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64)))) (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) (PI.f64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(+.f64 #s(literal 3 binary64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) |
(+.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) #s(literal 3 binary64)) |
(+.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 9 binary64) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64))))) |
(fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) |
(fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64)) |
(fma.f64 #s(literal -3 binary64) (*.f64 v v) #s(literal 3 binary64)) |
(fma.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) #s(literal 1 binary64) #s(literal 3 binary64)) |
(fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (neg.f64 (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(fma.f64 (*.f64 v #s(literal -3 binary64)) v #s(literal 3 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal -27 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal -9 binary64))) (neg.f64 (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64))) (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)))))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))))) |
(/.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (neg.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)) #s(literal 9 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -19683 binary64) #s(literal 19683 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 729 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -729 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal -729 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal -27 binary64)) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal -729 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 81 binary64) #s(literal 81 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 81 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 81 binary64) #s(literal -81 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal 9 binary64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (neg.f64 (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) (neg.f64 (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (fma.f64 (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (/.f64 #s(literal 9 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) #s(literal 1 binary64)) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) #s(literal 1 binary64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) #s(literal -19683 binary64) #s(literal 19683 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) (-.f64 (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 729 binary64)) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -729 binary64)))) |
(/.f64 (*.f64 (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal -729 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal -27 binary64))) |
(/.f64 (*.f64 (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal -729 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (+.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 81 binary64) #s(literal 81 binary64)) (*.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 81 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 81 binary64) #s(literal -81 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal 9 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) #s(literal 1 binary64)) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))))) |
(*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) |
(*.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 81 binary64) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (-.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (*.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 v v) #s(literal -9 binary64))))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 v v) #s(literal -9 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal -27 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal -9 binary64)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (sqrt.f64 (+.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal 6 binary64) #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 4 binary64) (*.f64 #s(literal -36 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (+.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal 6 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(+.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(+.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(+.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(+.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (PI.f64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (PI.f64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (PI.f64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (PI.f64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(*.f64 (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (-.f64 #s(literal 0 binary64) (PI.f64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(+.f64 (PI.f64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(+.f64 (PI.f64) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(+.f64 (PI.f64) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(+.f64 (PI.f64) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(+.f64 (PI.f64) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(+.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (PI.f64)) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) |
(fma.f64 (PI.f64) (log.f64 (E.f64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (PI.f64) (log.f64 (E.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (PI.f64) (log.f64 (E.f64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (PI.f64) (log.f64 (E.f64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (PI.f64) (log.f64 (E.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (PI.f64) (log.f64 (E.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64)))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64) (PI.f64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (cbrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64)))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64)))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64)))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64)))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64)))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64)))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))))) (cbrt.f64 (PI.f64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))))) (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (sqrt.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))))) (cbrt.f64 (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 1 binary64))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 1 binary64))) |
(/.f64 (PI.f64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)))) |
(/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) #s(literal 3 binary64))) (fma.f64 (PI.f64) (PI.f64) (-.f64 (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v)))) (*.f64 (PI.f64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))))) |
(/.f64 (fma.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) #s(literal 3 binary64))) (fma.f64 (PI.f64) (PI.f64) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64))) (*.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 v v))) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) (-.f64 (PI.f64) (neg.f64 (*.f64 (PI.f64) (*.f64 v v))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) (-.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)))) |
(/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (PI.f64) (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64))) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (PI.f64)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (PI.f64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v)))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 v v) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 1 binary64) (*.f64 v v))) |
(*.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (PI.f64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 v v) #s(literal 1 binary64))))) |
(exp.f64 (+.f64 (log.f64 (PI.f64)) (*.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64)))) |
(exp.f64 (fma.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(sqrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (PI.f64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (PI.f64)) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64))) |
(neg.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(*.f64 (PI.f64) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (PI.f64)) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) |
(*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (PI.f64)) |
(/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(+.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(+.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 9 binary64)) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(fma.f64 (PI.f64) #s(literal 3 binary64) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 v (*.f64 (*.f64 v #s(literal -3 binary64)) (PI.f64)) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (*.f64 v v) (*.f64 #s(literal -3 binary64) (PI.f64)) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 #s(literal 3 binary64) (PI.f64) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (*.f64 v v) (PI.f64)) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (PI.f64) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 (PI.f64) v) (*.f64 v #s(literal -3 binary64)) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 v v)) #s(literal -3 binary64) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (*.f64 v v) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (PI.f64) #s(literal 3 binary64))) |
(/.f64 (PI.f64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))))) (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64)))) |
(/.f64 (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64))) (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))))) |
(/.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64)))) (neg.f64 (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) (neg.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64))) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64))) |
(/.f64 (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)))) (fma.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 9 binary64) (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 9 binary64)) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64))) |
(/.f64 (*.f64 (PI.f64) (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64)))) (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (PI.f64)) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (PI.f64)) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) (PI.f64)) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64)))) |
(*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (PI.f64)) |
(*.f64 (cbrt.f64 (PI.f64)) (fma.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (fma.f64 #s(literal 3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (sqrt.f64 (PI.f64)))) |
(*.f64 (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))))))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(*.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 81 binary64) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (-.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))))))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (*.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 v v) #s(literal -9 binary64))))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 v v) #s(literal -9 binary64)))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal -27 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal -9 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)) (fma.f64 #s(literal 729 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))))) (fma.f64 (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v))))) #s(literal 81 binary64) (*.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (-.f64 (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))))))) |
(*.f64 (/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)) (*.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 v v) #s(literal -9 binary64))))) (+.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 v v) #s(literal -9 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64)) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal -27 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal -9 binary64)))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(fma.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (PI.f64) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (PI.f64) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (PI.f64) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (PI.f64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (PI.f64) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) #s(literal 1 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) #s(literal 1 binary64) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -3 binary64)) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) |
(fma.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (PI.f64) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (PI.f64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 v (*.f64 v #s(literal -3 binary64))))) |
(fma.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -3 binary64))) (PI.f64) (*.f64 (*.f64 v (*.f64 v #s(literal -3 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (PI.f64) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (PI.f64) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -27 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 27 binary64)))) (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (-.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (*.f64 (PI.f64) (*.f64 v (*.f64 v #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (PI.f64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (PI.f64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)))) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v v) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 v v) #s(literal -12 binary64)))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) #s(literal 3 binary64) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 v v) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 (*.f64 v (*.f64 v v)) #s(literal -27 binary64)) #s(literal 27 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) (fma.f64 (fma.f64 v (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 9 binary64) (*.f64 (*.f64 v v) #s(literal 9 binary64)))) |
(/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 v v) (*.f64 (*.f64 v v) #s(literal 9 binary64)) #s(literal -9 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64)) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal -3 binary64))) |
(*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(*.f64 (PI.f64) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) (PI.f64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(*.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)))) |
(*.f64 (neg.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
| 1× | egg-herbie |
| 12 344× | accelerator-lowering-fma.f32 |
| 12 344× | accelerator-lowering-fma.f64 |
| 6 566× | *-lowering-*.f32 |
| 6 566× | *-lowering-*.f64 |
| 3 114× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 502 | 4814 |
| 1 | 1671 | 4227 |
| 2 | 6773 | 4185 |
| 0 | 8116 | 3972 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
1 |
(+ 1 (* -1 (pow v 2))) |
(+ 1 (* -1 (pow v 2))) |
(+ 1 (* -1 (pow v 2))) |
(* -1 (pow v 2)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* -1 (pow v 2)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(sqrt 2) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(* v (sqrt -6)) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (sqrt -6))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(* 4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(* -4/3 (/ (sqrt -1/6) (* v (PI)))) |
(* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
2 |
(+ 2 (* -6 (pow v 2))) |
(+ 2 (* -6 (pow v 2))) |
(+ 2 (* -6 (pow v 2))) |
(* -6 (pow v 2)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* -6 (pow v 2)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(* 4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(* -4/3 (/ (sqrt -1/6) (* v (PI)))) |
(* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* 4 (* (pow v 2) (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4 (* (pow v 2) (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI))))))) (* 4 (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2))))))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4 (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))))) (* (pow v 2) (+ (* 4 (* (pow v 2) (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/6 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI)))))))) (* 4 (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI))))))))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/6 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/6 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
3 |
(+ 3 (* -3 (pow v 2))) |
(+ 3 (* -3 (pow v 2))) |
(+ 3 (* -3 (pow v 2))) |
(* -3 (pow v 2)) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(* -3 (pow v 2)) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(sqrt 2) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(* v (sqrt -6)) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (sqrt -6))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(* (PI) (sqrt 2)) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2))))))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))))))))) |
(* -1 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))))) |
(* (pow v 3) (* (PI) (sqrt -6))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2)))))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))))) |
(PI) |
(+ (PI) (* -1 (* (pow v 2) (PI)))) |
(+ (PI) (* -1 (* (pow v 2) (PI)))) |
(+ (PI) (* -1 (* (pow v 2) (PI)))) |
(* -1 (* (pow v 2) (PI))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(* -1 (* (pow v 2) (PI))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(* (PI) (sqrt 2)) |
(+ (* -3 (/ (* (pow v 2) (PI)) (sqrt 2))) (* (PI) (sqrt 2))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -9/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -3 (/ (PI) (sqrt 2)))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -9/2 (/ (PI) (pow (sqrt 2) 3)))))))) |
(* v (* (PI) (sqrt -6))) |
(* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))) |
(* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* -1 (* v (* (PI) (sqrt -6)))) |
(* -1 (* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(* 3 (* (PI) (sqrt 2))) |
(+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -9 (/ (PI) (sqrt 2)))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -27/2 (/ (PI) (pow (sqrt 2) 3)))))))) |
(* 3 (* v (* (PI) (sqrt -6)))) |
(* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(* -3 (* v (* (PI) (sqrt -6)))) |
(* -1 (* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))))) |
(* 3 (sqrt 2)) |
(+ (* -9 (/ (pow v 2) (sqrt 2))) (* 3 (sqrt 2))) |
(+ (* 3 (sqrt 2)) (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 9 (/ 1 (sqrt 2)))))) |
(+ (* 3 (sqrt 2)) (* (pow v 2) (- (* (pow v 2) (- (* -81/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 27/2 (/ 1 (pow (sqrt 2) 3))))) (* 9 (/ 1 (sqrt 2)))))) |
(* 3 (* v (sqrt -6))) |
(* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6)))))) |
(* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -3 (* v (sqrt -6))) |
(* -1 (* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6))))))) |
(* -1 (* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(* 3 (PI)) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(* -3 (* (pow v 2) (PI))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* -3 (* (pow v 2) (PI))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(* 3 (* (PI) (sqrt 2))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* -3 (* (PI) (sqrt 2)))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (+ (* -3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 3))) (* 9 (/ (PI) (sqrt 2))))))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (+ (* -3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (PI) (pow (sqrt 2) 5))) (* 27/2 (/ (PI) (pow (sqrt 2) 3)))))))))))) |
(* -3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))))))) |
(* 3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))))))) |
| Outputs |
|---|
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (*.f64 #s(literal 4/3 binary64) (+.f64 (fma.f64 (*.f64 v v) (+.f64 (/.f64 #s(literal 27/16 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (+.f64 (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 #s(literal 135/32 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (/.f64 #s(literal 27/16 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (+.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (+.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 #s(literal 5/2592 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))) (pow.f64 v #s(literal 6 binary64))))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (+.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (+.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 #s(literal 5/2592 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))) (pow.f64 v #s(literal 6 binary64))))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* -1 (pow v 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* -1 (pow v 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(fma.f64 (*.f64 v v) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -27/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal 9/4 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* v (sqrt -6)) |
(*.f64 v (sqrt.f64 #s(literal -6 binary64))) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(*.f64 v (+.f64 (+.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 v (+.f64 (sqrt.f64 #s(literal -6 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64))))))))) |
(* -1 (* v (sqrt -6))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (sqrt.f64 #s(literal -6 binary64)))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 (+.f64 (+.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(*.f64 (+.f64 (sqrt.f64 #s(literal -6 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) (-.f64 #s(literal 0 binary64) v)) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2)))) |
(fma.f64 v (/.f64 v (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(fma.f64 v (*.f64 v (fma.f64 (*.f64 v v) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 #s(literal 45/8 binary64) (*.f64 v v)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(* 4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) v)) |
(/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/.f64 (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v))))) (/.f64 #s(literal -1/108 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 (*.f64 v v) (*.f64 v v)))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/.f64 (+.f64 (+.f64 (/.f64 #s(literal -1/108 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 (*.f64 v v) (*.f64 v v))))) (/.f64 #s(literal -5/1944 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (pow.f64 v #s(literal 6 binary64)))))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v)))))) v) |
(* -4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) v)) |
(* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(/.f64 (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v))))) (/.f64 #s(literal -1/108 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 (*.f64 v v) (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(/.f64 (+.f64 (+.f64 (/.f64 #s(literal -1/108 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 (*.f64 v v) (*.f64 v v))))) (/.f64 #s(literal -5/1944 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (pow.f64 v #s(literal 6 binary64)))))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) v)) |
2 |
#s(literal 2 binary64) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64)) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64)) |
(+ 2 (* -6 (pow v 2))) |
(fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64)) |
(* -6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -6 binary64)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* -6 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -6 binary64)) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 2 (/ 1 (pow v 2))) 6)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 v v)))) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (/ (pow v 2) (* (PI) (sqrt 1/2)))) |
(fma.f64 v (/.f64 v (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(fma.f64 v (*.f64 v (fma.f64 (*.f64 v v) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* (pow v 2) (+ (* 2/3 (/ (* (pow v 2) (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (* (PI) (sqrt 1/2)))) (* 2/3 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))))) (/ 1 (* (PI) (sqrt 1/2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (+.f64 (/.f64 (*.f64 #s(literal 45/8 binary64) (*.f64 v v)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(* 4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) v)) |
(/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/.f64 (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v))))) (/.f64 #s(literal -1/108 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 (*.f64 v v) (*.f64 v v)))))) v) |
(/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v) |
(/.f64 (+.f64 (+.f64 (/.f64 #s(literal -1/108 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 (*.f64 v v) (*.f64 v v))))) (/.f64 #s(literal -5/1944 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (pow.f64 v #s(literal 6 binary64)))))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v)))))) v) |
(* -4/3 (/ (sqrt -1/6) (* v (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) v)) |
(* -1 (/ (- (* 4/3 (/ (sqrt -1/6) (PI))) (* 1/27 (/ 1 (* (pow v 2) (* (PI) (sqrt -1/6)))))) v)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI)))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(/.f64 (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v))))) (/.f64 #s(literal -1/108 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 (*.f64 v v) (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (/ (- (+ (* -2/3 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (pow v 6) (* (PI) (sqrt -1/6))))) (+ (* -2/3 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (pow v 4) (* (PI) (sqrt -1/6))))) (* 4/3 (/ (sqrt -1/6) (PI))))) (/ 1/27 (* (pow v 2) (* (PI) (sqrt -1/6))))) v)) |
(/.f64 (+.f64 (+.f64 (/.f64 #s(literal -1/108 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 (*.f64 v v) (*.f64 v v))))) (/.f64 #s(literal -5/1944 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (pow.f64 v #s(literal 6 binary64)))))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) (/.f64 #s(literal -1/27 binary64) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (*.f64 (PI.f64) (*.f64 v v)))))) (-.f64 #s(literal 0 binary64) v)) |
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* 4 (* (pow v 2) (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))))))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4 (* (pow v 2) (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI))))))) (* 4 (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2))))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4 (+ (* 1/3 (/ (sqrt 1/2) (PI))) (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))))) (* (pow v 2) (+ (* 4 (* (pow v 2) (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/6 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI)))))))) (* 4 (+ (* 1/6 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/4 (/ 1 (* (PI) (sqrt 1/2)))) (* 1/3 (/ (sqrt 1/2) (PI))))))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (+.f64 (/.f64 #s(literal 9/16 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (+.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 #s(literal 45/32 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (*.f64 (*.f64 v v) #s(literal 4 binary64)) (+.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (fma.f64 #s(literal 4/3 binary64) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4 binary64) (+.f64 (/.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/432 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/6 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4 binary64) (+.f64 (/.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/432 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (+.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (+.f64 (/.f64 #s(literal 1/432 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 #s(literal 5/7776 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))) (pow.f64 v #s(literal 6 binary64))))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 v (*.f64 v v))) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4 binary64) (+.f64 (/.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/432 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 v v)))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (* 1/108 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4 (/ (+ (* -1/3 (/ (sqrt -1/6) (PI))) (+ (* 1/108 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/6 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/6 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4 binary64) (+.f64 (/.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (*.f64 v v)) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/432 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (+.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/108 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (+.f64 (/.f64 #s(literal 1/432 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 #s(literal 5/7776 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))))) (pow.f64 v #s(literal 6 binary64))))) (*.f64 #s(literal -4/3 binary64) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
3 |
#s(literal 3 binary64) |
(+ 3 (* -3 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) |
(+ 3 (* -3 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) |
(+ 3 (* -3 (pow v 2))) |
(fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64)) |
(* -3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -3 binary64)) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))) |
(* -3 (pow v 2)) |
(*.f64 (*.f64 v v) #s(literal -3 binary64)) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))) |
(* (pow v 2) (- (* 3 (/ 1 (pow v 2))) 3)) |
(*.f64 (*.f64 v v) (+.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (*.f64 v v)))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(fma.f64 (*.f64 v v) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -27/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal 9/4 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* v (sqrt -6)) |
(*.f64 v (sqrt.f64 #s(literal -6 binary64))) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(*.f64 v (+.f64 (+.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 v (+.f64 (sqrt.f64 #s(literal -6 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64))))))))) |
(* -1 (* v (sqrt -6))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (sqrt.f64 #s(literal -6 binary64)))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 (+.f64 (+.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(*.f64 (+.f64 (sqrt.f64 #s(literal -6 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) (-.f64 #s(literal 0 binary64) v)) |
(* (PI) (sqrt 2)) |
(*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2))))))))) |
(fma.f64 (*.f64 v v) (-.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 v v) (fma.f64 #s(literal 3 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64))))) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (PI.f64) (/.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 v v) (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 9/4 binary64) (/.f64 (*.f64 (PI.f64) #s(literal -27/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64)))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64)))) (/.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))) |
(* -1 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2))))) |
(*.f64 v (*.f64 (*.f64 v v) (-.f64 (*.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v v))) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))) |
(*.f64 (*.f64 v (*.f64 v v)) (-.f64 (fma.f64 (PI.f64) (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) (fma.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))))) |
(*.f64 v (*.f64 (*.f64 v v) (-.f64 (fma.f64 (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (fma.f64 (PI.f64) (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) (fma.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))))) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))))) |
(* (pow v 3) (* (PI) (sqrt -6))) |
(*.f64 (*.f64 v v) (*.f64 (PI.f64) (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v v))) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))) |
(*.f64 (-.f64 (fma.f64 (PI.f64) (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) (fma.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))))) |
(*.f64 (*.f64 v (*.f64 v v)) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (fma.f64 (PI.f64) (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) (fma.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))))) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))))) |
(PI) |
(PI.f64) |
(+ (PI) (* -1 (* (pow v 2) (PI)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (PI.f64)) |
(+ (PI) (* -1 (* (pow v 2) (PI)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (PI.f64)) |
(+ (PI) (* -1 (* (pow v 2) (PI)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (PI.f64)) |
(* -1 (* (pow v 2) (PI))) |
(-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (*.f64 v v))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(*.f64 (*.f64 v v) (-.f64 (/.f64 (PI.f64) (*.f64 v v)) (PI.f64))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(*.f64 (*.f64 v v) (-.f64 (/.f64 (PI.f64) (*.f64 v v)) (PI.f64))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(*.f64 (*.f64 v v) (-.f64 (/.f64 (PI.f64) (*.f64 v v)) (PI.f64))) |
(* -1 (* (pow v 2) (PI))) |
(-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (*.f64 v v))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(*.f64 (*.f64 v v) (-.f64 (/.f64 (PI.f64) (*.f64 v v)) (PI.f64))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(*.f64 (*.f64 v v) (-.f64 (/.f64 (PI.f64) (*.f64 v v)) (PI.f64))) |
(* (pow v 2) (+ (* -1 (PI)) (/ (PI) (pow v 2)))) |
(*.f64 (*.f64 v v) (-.f64 (/.f64 (PI.f64) (*.f64 v v)) (PI.f64))) |
(* (PI) (sqrt 2)) |
(*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) |
(+ (* -3 (/ (* (pow v 2) (PI)) (sqrt 2))) (* (PI) (sqrt 2))) |
(fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 v v) #s(literal -3 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -9/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -3 (/ (PI) (sqrt 2)))))) |
(fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64)) (/.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (sqrt.f64 #s(literal 2 binary64)))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -9/2 (/ (PI) (pow (sqrt 2) 3)))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (/.f64 (*.f64 (PI.f64) #s(literal -27/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64))) (/.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))) |
(* v (* (PI) (sqrt -6))) |
(*.f64 (PI.f64) (*.f64 v (sqrt.f64 #s(literal -6 binary64)))) |
(* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))) |
(*.f64 v (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(*.f64 v (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) |
(* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 v (fma.f64 #s(literal 1/2 binary64) (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))))) |
(* -1 (* v (* (PI) (sqrt -6)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(*.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) (-.f64 #s(literal 0 binary64) v)) |
(* 3 (* (PI) (sqrt 2))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* -9 (/ (* (pow v 2) (PI)) (sqrt 2))) (* 3 (* (PI) (sqrt 2)))) |
(fma.f64 (*.f64 v v) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9 binary64)) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -9 (/ (PI) (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64)) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9 binary64))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -27/2 (/ (PI) (pow (sqrt 2) 3)))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (/.f64 (*.f64 (PI.f64) #s(literal -81/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9 binary64))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(* 3 (* v (* (PI) (sqrt -6)))) |
(*.f64 v (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64))))) |
(* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(*.f64 v (*.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) |
(* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 v (fma.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(*.f64 v (fma.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (*.f64 (PI.f64) #s(literal 3/2 binary64)) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))))) |
(* -3 (* v (* (PI) (sqrt -6)))) |
(*.f64 #s(literal -3 binary64) (*.f64 (PI.f64) (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* v (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 v (*.f64 #s(literal -3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) |
(* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(*.f64 (fma.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (+ (* -3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3 (* (PI) (sqrt -6))) (* 3 (/ (PI) (* (pow v 2) (sqrt -6))))))))) |
(*.f64 (fma.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (*.f64 (PI.f64) #s(literal 3/2 binary64)) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* 3 (sqrt 2)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))) |
(+ (* -9 (/ (pow v 2) (sqrt 2))) (* 3 (sqrt 2))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 v v) #s(literal -9 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (sqrt 2)) (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 9 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64) (/.f64 #s(literal -9 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (sqrt 2)) (* (pow v 2) (- (* (pow v 2) (- (* -81/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 27/2 (/ 1 (pow (sqrt 2) 3))))) (* 9 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (-.f64 (/.f64 (*.f64 (*.f64 v v) #s(literal -81/2 binary64)) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal 27/4 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal -9 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(* 3 (* v (sqrt -6))) |
(*.f64 v (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)))) |
(* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6)))))) |
(*.f64 v (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(*.f64 v (+.f64 (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 v (+.f64 (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))))) (/.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) |
(* -3 (* v (sqrt -6))) |
(*.f64 v (*.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal -3 binary64))) |
(* -1 (* v (+ (* 3 (sqrt -6)) (* 3 (/ 1 (* (pow v 2) (sqrt -6))))))) |
(*.f64 #s(literal -3 binary64) (fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) |
(* -1 (* v (- (+ (* 3 (sqrt -6)) (/ 3 (* (pow v 2) (sqrt -6)))) (/ 3/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 v (-.f64 #s(literal 0 binary64) (+.f64 (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) |
(* -1 (* v (- (+ (* 3 (sqrt -6)) (+ (* 3/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))) (/ 3 (* (pow v 2) (sqrt -6))))) (* 3/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (fma.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 3/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))))) (/.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal -6 binary64) (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* 3 (PI)) |
(*.f64 (PI.f64) #s(literal 3 binary64)) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(+ (* -3 (* (pow v 2) (PI))) (* 3 (PI))) |
(*.f64 (PI.f64) (fma.f64 v (*.f64 v #s(literal -3 binary64)) #s(literal 3 binary64))) |
(* -3 (* (pow v 2) (PI))) |
(*.f64 (PI.f64) (*.f64 (*.f64 v v) #s(literal -3 binary64))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (fma.f64 (PI.f64) #s(literal -3 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (PI.f64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (fma.f64 (PI.f64) #s(literal -3 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (PI.f64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (fma.f64 (PI.f64) #s(literal -3 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (PI.f64) (*.f64 v v)))))) |
(* -3 (* (pow v 2) (PI))) |
(*.f64 (PI.f64) (*.f64 (*.f64 v v) #s(literal -3 binary64))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (fma.f64 (PI.f64) #s(literal -3 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (PI.f64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (fma.f64 (PI.f64) #s(literal -3 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (PI.f64) (*.f64 v v)))))) |
(* (pow v 2) (+ (* -3 (PI)) (* 3 (/ (PI) (pow v 2))))) |
(*.f64 v (*.f64 v (fma.f64 (PI.f64) #s(literal -3 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (PI.f64) (*.f64 v v)))))) |
(* 3 (* (PI) (sqrt 2))) |
(*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (* -3 (* (PI) (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9 binary64))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (+ (* -3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 3))) (* 9 (/ (PI) (sqrt 2))))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 9 binary64))) v) v (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9 binary64)))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* 3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9 (/ (PI) (sqrt 2))) (+ (* -3 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 9 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -81/2 (/ (PI) (pow (sqrt 2) 5))) (* 27/2 (/ (PI) (pow (sqrt 2) 3)))))))))))) |
(fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) #s(literal -81/2 binary64) (*.f64 #s(literal 27/4 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -27/4 binary64) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 9 binary64)))) (fma.f64 (PI.f64) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9 binary64)))) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(* -3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 (PI.f64) (*.f64 v (*.f64 v v))) (*.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal -3 binary64))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 (PI.f64) (*.f64 (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 #s(literal -3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (fma.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal -1/4 binary64))))) |
(* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2)))))))))) |
(*.f64 v (*.f64 (*.f64 v v) (fma.f64 #s(literal -3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (sqrt.f64 #s(literal -6 binary64)) (pow.f64 v #s(literal 6 binary64)))) (fma.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64))))) (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal -1/4 binary64) (/.f64 (*.f64 (PI.f64) #s(literal -3/2 binary64)) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))))))))) |
(* 3 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v (*.f64 v v)) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))) |
(*.f64 (fma.f64 (PI.f64) (*.f64 (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))))) |
(*.f64 (fma.f64 #s(literal -3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (fma.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64))))) (*.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal -1/4 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -3 (* (PI) (sqrt -6))) (+ (* -3 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -3/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 3/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 3 (/ (PI) (* (pow v 4) (sqrt -6)))) (* 3 (/ (* (PI) (sqrt -6)) (pow v 2))))))))))) |
(*.f64 (*.f64 v (*.f64 v v)) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal -3 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (PI.f64) (*.f64 (sqrt.f64 #s(literal -6 binary64)) (pow.f64 v #s(literal 6 binary64)))) (fma.f64 #s(literal 3 binary64) (fma.f64 (PI.f64) (/.f64 (sqrt.f64 #s(literal -6 binary64)) (*.f64 v v)) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64))))) (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal -1/4 binary64) (/.f64 (*.f64 (PI.f64) #s(literal -3/2 binary64)) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))))))))) |
Compiled 58 828 to 5 923 computations (89.9% saved)
6 alts after pruning (1 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2 189 | 1 | 2 190 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 4 | 5 |
| Done | 1 | 1 | 2 |
| Total | 2 191 | 6 | 2 197 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 97.3% | (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
| ✓ | 98.9% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64))) |
| ▶ | 100.0% | (/.f64 #s(literal 4/3 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
| ✓ | 100.0% | (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| ✓ | 98.9% | (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| ✓ | 98.8% | (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
Compiled 76 to 64 computations (15.8% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) (*.f64 v v)) |
| ✓ | cost-diff | 192 | (/.f64 #s(literal 4/3 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
| 6 734× | accelerator-lowering-fma.f32 |
| 6 734× | accelerator-lowering-fma.f64 |
| 2 750× | *-lowering-*.f32 |
| 2 750× | *-lowering-*.f64 |
| 1 970× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 15 | 76 |
| 1 | 32 | 76 |
| 2 | 61 | 76 |
| 3 | 124 | 76 |
| 4 | 309 | 76 |
| 5 | 624 | 76 |
| 6 | 922 | 76 |
| 7 | 2245 | 76 |
| 8 | 3413 | 76 |
| 9 | 5688 | 76 |
| 10 | 7522 | 76 |
| 0 | 8101 | 70 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4/3 (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2))))) |
4/3 |
(* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2)))) |
(- 1 (* v v)) |
1 |
(* v v) |
v |
(* (PI) (sqrt (+ (* v (* v -6)) 2))) |
(PI) |
(sqrt (+ (* v (* v -6)) 2)) |
(+ (* v (* v -6)) 2) |
(* v -6) |
-6 |
2 |
| Outputs |
|---|
(/ 4/3 (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2))))) |
(/.f64 #s(literal -4/3 binary64) (fma.f64 (PI.f64) (fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) (fma.f64 v v #s(literal -1 binary64)) #s(literal 0 binary64)) #s(literal 0 binary64))) |
4/3 |
#s(literal 4/3 binary64) |
(* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2)))) |
(fma.f64 (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) (fma.f64 (fma.f64 v v #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 0 binary64)) #s(literal 0 binary64)) |
(- 1 (* v v)) |
(-.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 0 binary64))) |
1 |
#s(literal 1 binary64) |
(* v v) |
(fma.f64 v v #s(literal 0 binary64)) |
v |
(* (PI) (sqrt (+ (* v (* v -6)) 2))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) #s(literal 0 binary64)) |
(PI) |
(PI.f64) |
(sqrt (+ (* v (* v -6)) 2)) |
(sqrt.f64 (fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64))) |
(+ (* v (* v -6)) 2) |
(fma.f64 (fma.f64 v v #s(literal 0 binary64)) #s(literal -6 binary64) #s(literal 2 binary64)) |
(* v -6) |
(fma.f64 v #s(literal -6 binary64) #s(literal 0 binary64)) |
-6 |
#s(literal -6 binary64) |
2 |
#s(literal 2 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 4/3 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
| ✓ | accuracy | 100.0% | (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| 30.0ms | 256× | 0 | valid |
Compiled 73 to 17 computations (76.7% saved)
ival-mult: 10.0ms (47.4% of total)const: 3.0ms (14.2% of total)ival-sqrt: 2.0ms (9.5% of total)ival-pi: 1.0ms (4.7% of total)ival-div: 1.0ms (4.7% of total)ival-add: 1.0ms (4.7% of total)ival-sub: 1.0ms (4.7% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ 4/3 (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2)))))> |
#<alt (- 1 (* v v))> |
#<alt (PI)> |
#<alt (sqrt (+ (* v (* v -6)) 2))> |
#<alt (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2))))> |
#<alt (* (PI) (sqrt (+ (* v (* v -6)) 2)))> |
| Outputs |
|---|
#<alt (* 4/3 (/ (sqrt 1/2) (PI)))> |
#<alt (+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))> |
#<alt (+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))))))> |
#<alt (* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))> |
#<alt (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))> |
#<alt (* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI))))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)))> |
#<alt (* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)))> |
#<alt 1> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (+ 1 (* -1 (pow v 2)))> |
#<alt (* -1 (pow v 2))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* -1 (pow v 2))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (* (pow v 2) (- (/ 1 (pow v 2)) 1))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2))))))> |
#<alt (* v (sqrt -6))> |
#<alt (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))> |
#<alt (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))> |
#<alt (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (sqrt -6)))> |
#<alt (* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))))> |
#<alt (* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))))> |
#<alt (* (PI) (sqrt 2))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2))))))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2)))))))))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3))))))))))))> |
#<alt (* -1 (* (pow v 3) (* (PI) (sqrt -6))))> |
#<alt (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2)))))> |
#<alt (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))> |
#<alt (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))))> |
#<alt (* (pow v 3) (* (PI) (sqrt -6)))> |
#<alt (* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))))> |
#<alt (* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))))))> |
#<alt (* (PI) (sqrt 2))> |
#<alt (+ (* -3 (/ (* (pow v 2) (PI)) (sqrt 2))) (* (PI) (sqrt 2)))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -9/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -3 (/ (PI) (sqrt 2))))))> |
#<alt (+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -9/2 (/ (PI) (pow (sqrt 2) 3))))))))> |
#<alt (* v (* (PI) (sqrt -6)))> |
#<alt (* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))> |
#<alt (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))> |
#<alt (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* v (* (PI) (sqrt -6))))> |
#<alt (* -1 (* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))> |
#<alt (* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))))> |
#<alt (* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))))> |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | v | @ | inf | (/ 4/3 (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2))))) |
| 0.0ms | v | @ | 0 | (/ 4/3 (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2))))) |
| 0.0ms | v | @ | -inf | (/ 4/3 (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2))))) |
| 0.0ms | v | @ | -inf | (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2)))) |
| 0.0ms | v | @ | inf | (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2)))) |
| 1× | batch-egg-rewrite |
| 4 532× | *-lowering-*.f32 |
| 4 532× | *-lowering-*.f64 |
| 4 146× | accelerator-lowering-fma.f32 |
| 4 146× | accelerator-lowering-fma.f64 |
| 2 128× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 15 | 58 |
| 1 | 84 | 58 |
| 2 | 560 | 58 |
| 3 | 5334 | 58 |
| 0 | 8327 | 51 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ 4/3 (* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2))))) |
(- 1 (* v v)) |
(PI) |
(sqrt (+ (* v (* v -6)) 2)) |
(* (- 1 (* v v)) (* (PI) (sqrt (+ (* v (* v -6)) 2)))) |
(* (PI) (sqrt (+ (* v (* v -6)) 2))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 3/4 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(neg.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))))) |
(neg.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 3/4 binary64)))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 3/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (PI.f64) (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 1 binary64)) |
(/.f64 #s(literal -4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 3/4 binary64)) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) #s(literal -3/4 binary64))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) (PI.f64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) (neg.f64 (PI.f64))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -4/3 binary64) (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) (PI.f64)) |
(/.f64 (*.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 4/3 binary64)) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 4/3 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) (PI.f64)) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(/.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(pow.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 3/4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 3/4 binary64)))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -4/3 binary64) (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) #s(literal 4/3 binary64)) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (/.f64 #s(literal -4/3 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) #s(literal -4/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 4/3 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 3/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (PI.f64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (PI.f64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (PI.f64)) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (PI.f64))) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (PI.f64)) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (PI.f64))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (PI.f64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (PI.f64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 3/4 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 3/4 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64)))) |
(+.f64 #s(literal 1 binary64) (*.f64 v v)) |
(+.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) |
(+.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) v) (-.f64 #s(literal 0 binary64) v))) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) v)) v)) |
(+.f64 (*.f64 v v) #s(literal 1 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 v v) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 v v) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 v v #s(literal 1 binary64)) |
(fma.f64 v (-.f64 #s(literal 0 binary64) v) #s(literal 1 binary64)) |
(fma.f64 (*.f64 v v) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 v v) #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) v) v #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 v v) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 (log.f64 v)) (exp.f64 (log.f64 v)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) v)) v #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))) #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (-.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal 1 binary64)) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (fma.f64 v v #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))))) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (neg.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (*.f64 v v))))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) #s(literal -3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal -3 binary64)) (pow.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 v (*.f64 v (*.f64 v v))) #s(literal 1 binary64)) (-.f64 (*.f64 v v) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 v v #s(literal 1 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) (fma.f64 (*.f64 v (*.f64 v (*.f64 v v))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) (fma.f64 (*.f64 v v) (*.f64 v v) #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(pow.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (fma.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))) #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (-.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(+.f64 (log.f64 (pow.f64 (E.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) (log.f64 (pow.f64 (E.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(+.f64 (log.f64 (exp.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))))) (log.f64 (exp.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))))) |
(+.f64 (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))))) (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))))) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (fma.f64 #s(literal 3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (fma.f64 #s(literal 2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64)) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(fabs.f64 (PI.f64)) |
(sqrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (E.f64) (log.f64 (PI.f64))) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 6 binary64)) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/6 binary64)) |
(pow.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) #s(literal 2/3 binary64)) |
(pow.f64 (exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (E.f64) #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 3 binary64)) (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 1/3 binary64)) (fma.f64 #s(literal 3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (log.f64 (exp.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (log.f64 (exp.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64)))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64)))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (sqrt.f64 (PI.f64))))))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (exp.f64 (fma.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) (exp.f64 (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)))) |
(*.f64 (exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) (exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (E.f64) (fma.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) (pow.f64 (E.f64) (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (E.f64) (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) (pow.f64 (E.f64) (fma.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (E.f64) (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64))) (pow.f64 (E.f64) (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (E.f64) (*.f64 (fma.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1 binary64))) (pow.f64 (E.f64) (*.f64 (fma.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (E.f64) (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1 binary64))) (pow.f64 (E.f64) (*.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)) #s(literal 0 binary64)) #s(literal 1 binary64)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal 6 binary64) #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64)))))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 v v) #s(literal -6 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))))) |
(pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 v (*.f64 (-.f64 #s(literal 0 binary64) v) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) v) (*.f64 v (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (*.f64 v v) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (*.f64 v v))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (PI.f64)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal -1 binary64)) (*.f64 v v) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) v) (-.f64 #s(literal 0 binary64) v) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) v)) v (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (PI.f64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(fma.f64 (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) #s(literal 1 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) |
(neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))) (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64)))) (*.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) #s(literal 3 binary64))) (fma.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v))))) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) (-.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (-.f64 #s(literal 0 binary64) (*.f64 v v)))))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 v (*.f64 v (*.f64 v v))))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (PI.f64) (*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (PI.f64) (/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (/.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (/.f64 (fma.f64 v v #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(*.f64 (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64))))) |
(*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (fma.f64 v v #s(literal 1 binary64))) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (PI.f64)) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (/.f64 (PI.f64) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 v v #s(literal 1 binary64)))) |
(*.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (neg.f64 (PI.f64)))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (fma.f64 v v #s(literal 1 binary64)) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (fma.f64 v v #s(literal 1 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (fma.f64 v v #s(literal 1 binary64)))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (fma.f64 v v #s(literal 1 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64)) (PI.f64)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 v v #s(literal 1 binary64))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (fma.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (*.f64 (*.f64 v v) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))) #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) (-.f64 (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 v v) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64)))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v v #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (fma.f64 (*.f64 v v) (-.f64 #s(literal 0 binary64) (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v)) #s(literal 1 binary64))) (fma.f64 v (*.f64 v (fma.f64 v v #s(literal 1 binary64))) #s(literal 1 binary64))) |
(exp.f64 (+.f64 (log.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(exp.f64 (fma.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (log.f64 (PI.f64)))) |
(sqrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64)))) |
(/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64)))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 (*.f64 (*.f64 v (*.f64 v v)) (*.f64 v (*.f64 v v))) #s(literal -216 binary64) #s(literal 8 binary64))) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) (-.f64 (*.f64 (*.f64 v v) #s(literal 36 binary64)) #s(literal -12 binary64)) #s(literal 4 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v (*.f64 (*.f64 v v) #s(literal 36 binary64))) #s(literal -4 binary64))) (PI.f64)) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal -2 binary64)))) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (PI.f64)) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))))) |
(*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (PI.f64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (*.f64 (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) (sqrt.f64 (sqrt.f64 (PI.f64)))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)) (PI.f64))) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
| 1× | egg-herbie |
| 19 684× | accelerator-lowering-fma.f32 |
| 19 684× | accelerator-lowering-fma.f64 |
| 7 904× | +-lowering-+.f64 |
| 7 904× | +-lowering-+.f32 |
| 5 124× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 256 | 1660 |
| 1 | 804 | 1471 |
| 2 | 3198 | 1390 |
| 0 | 8615 | 1326 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 4/3 (/ (sqrt 1/2) (PI))) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
1 |
(+ 1 (* -1 (pow v 2))) |
(+ 1 (* -1 (pow v 2))) |
(+ 1 (* -1 (pow v 2))) |
(* -1 (pow v 2)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* -1 (pow v 2)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(sqrt 2) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(* v (sqrt -6)) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (sqrt -6))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(* (PI) (sqrt 2)) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2))))))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))))))))) |
(* -1 (* (pow v 3) (* (PI) (sqrt -6)))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))))) |
(* (pow v 3) (* (PI) (sqrt -6))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2)))))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))))) |
(* (PI) (sqrt 2)) |
(+ (* -3 (/ (* (pow v 2) (PI)) (sqrt 2))) (* (PI) (sqrt 2))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -9/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -3 (/ (PI) (sqrt 2)))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -9/2 (/ (PI) (pow (sqrt 2) 3)))))))) |
(* v (* (PI) (sqrt -6))) |
(* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))) |
(* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* -1 (* v (* (PI) (sqrt -6)))) |
(* -1 (* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
| Outputs |
|---|
(* 4/3 (/ (sqrt 1/2) (PI))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(+ (* 4/3 (* (pow v 2) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))) (* 4/3 (/ (sqrt 1/2) (PI)))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))) (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) |
(*.f64 #s(literal 4/3 binary64) (fma.f64 (fma.f64 v (*.f64 v (/.f64 #s(literal 27/16 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) (*.f64 v v) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) |
(+ (* 4/3 (/ (sqrt 1/2) (PI))) (* (pow v 2) (+ (* 4/3 (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))) (* (pow v 2) (+ (* 4/3 (* (pow v 2) (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 1/2 (/ (- 27/2 (* 3/4 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI))))))) (* 4/3 (+ (* 1/2 (/ (- 9/2 (* 9/16 (/ 1 (pow (sqrt 1/2) 2)))) (* (PI) (sqrt 1/2)))) (+ (* 3/4 (/ 1 (* (PI) (sqrt 1/2)))) (/ (sqrt 1/2) (PI)))))))))) |
(fma.f64 (fma.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal 27/8 binary64) (PI.f64)) (/.f64 #s(literal 135/16 binary64) (PI.f64)))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) (/.f64 #s(literal 9/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 4/3 binary64) (fma.f64 (*.f64 v v) (/.f64 #s(literal 3/4 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64))) (*.f64 (fma.f64 v v #s(literal 1 binary64)) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (PI.f64)))))) |
(* -4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (PI.f64))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (PI.f64))) (*.f64 v (*.f64 v v))) |
(/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3)) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (+.f64 (/.f64 #s(literal 1/72 binary64) (PI.f64)) (/.f64 #s(literal 5/1296 binary64) (PI.f64))) (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (pow.f64 v #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (PI.f64))) (*.f64 v (*.f64 v v))) |
(* 4/3 (/ (sqrt -1/6) (* (pow v 3) (PI)))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (*.f64 (PI.f64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2)))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (PI.f64))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v)))) (/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (PI.f64))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (/ (+ (* -4/3 (/ (sqrt -1/6) (PI))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (* 1/36 (/ 1 (* (PI) (sqrt -1/6))))) (pow v 2))) (+ (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))))) (pow v 4))) (* 4/3 (/ (+ (* -1 (/ (sqrt -1/6) (PI))) (+ (* 1/36 (/ 1 (* (PI) (sqrt -1/6)))) (+ (* 1/2 (/ (+ 1/162 (* 1/36 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6)))) (* 1/2 (/ (+ 1/54 (* 1/1296 (/ 1 (pow (sqrt -1/6) 2)))) (* (PI) (sqrt -1/6))))))) (pow v 6)))))) (pow v 3))) |
(/.f64 (fma.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (*.f64 v v)) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (-.f64 (/.f64 #s(literal 1/144 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64)))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64)))) (*.f64 (*.f64 v v) (*.f64 v v))) (/.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (+.f64 (/.f64 #s(literal 1/72 binary64) (PI.f64)) (/.f64 #s(literal 5/1296 binary64) (PI.f64))) (/.f64 #s(literal 1/36 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -1/6 binary64))))) (/.f64 (sqrt.f64 #s(literal -1/6 binary64)) (PI.f64))) (pow.f64 v #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal -4/3 binary64) (sqrt.f64 #s(literal -1/6 binary64))) (PI.f64))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(+ 1 (* -1 (pow v 2))) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* -1 (pow v 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* -1 (pow v 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(* (pow v 2) (- (/ 1 (pow v 2)) 1)) |
(-.f64 #s(literal 1 binary64) (*.f64 v v)) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* -3 (/ (pow v 2) (sqrt 2)))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* -9/2 (/ (pow v 2) (pow (sqrt 2) 3))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 v (*.f64 v (fma.f64 (/.f64 (*.f64 v v) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* (pow v 2) (- (* (pow v 2) (- (* -27/2 (/ (pow v 2) (pow (sqrt 2) 5))) (* 9/2 (/ 1 (pow (sqrt 2) 3))))) (* 3 (/ 1 (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (fma.f64 v (*.f64 v (fma.f64 #s(literal -27/2 binary64) (/.f64 (*.f64 v v) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -9/4 binary64) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* v (sqrt -6)) |
(*.f64 v (sqrt.f64 #s(literal -6 binary64))) |
(* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6))))) |
(fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) |
(* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3))))) |
(*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (+.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) |
(* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(*.f64 v (+.f64 (sqrt.f64 #s(literal -6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64)))))))) |
(* -1 (* v (sqrt -6))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (sqrt.f64 #s(literal -6 binary64)))) |
(* -1 (* v (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 v (sqrt.f64 #s(literal -6 binary64)) (/.f64 v (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) |
(* -1 (* v (- (+ (sqrt -6) (/ 1 (* (pow v 2) (sqrt -6)))) (/ 1/2 (* (pow v 4) (pow (sqrt -6) 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (+.f64 (sqrt.f64 #s(literal -6 binary64)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64))))))))) |
(* -1 (* v (- (+ (sqrt -6) (+ (/ 1 (* (pow v 2) (sqrt -6))) (* 1/2 (/ 1 (* (pow v 6) (pow (sqrt -6) 5)))))) (* 1/2 (/ 1 (* (pow v 4) (pow (sqrt -6) 3))))))) |
(*.f64 (+.f64 (sqrt.f64 #s(literal -6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (*.f64 #s(literal 6 binary64) (sqrt.f64 #s(literal -6 binary64))))))) (-.f64 #s(literal 0 binary64) v)) |
(* (PI) (sqrt 2)) |
(*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* -1 (* (PI) (sqrt 2)))))) |
(fma.f64 (*.f64 v v) (/.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (* 3 (/ (PI) (sqrt 2))))))))) |
(fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/4 binary64)) (fma.f64 #s(literal -3 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)))))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (+ (* -1 (* (PI) (sqrt 2))) (* (pow v 2) (+ (* -9/2 (/ (PI) (pow (sqrt 2) 3))) (+ (* 3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (PI) (pow (sqrt 2) 5))) (* 9/2 (/ (PI) (pow (sqrt 2) 3)))))))))))) |
(fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 v (*.f64 v (-.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 #s(literal -27/2 binary64) (/.f64 (PI.f64) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 9/4 binary64))) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/4 binary64))))) (*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))))))) |
(* -1 (* (pow v 3) (* (PI) (sqrt -6)))) |
(*.f64 (*.f64 v v) (*.f64 v (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2))))) |
(*.f64 (*.f64 v (*.f64 v v)) (fma.f64 (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (PI.f64) #s(literal -1 binary64) (/.f64 (PI.f64) (*.f64 v v))) (/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))) |
(*.f64 v (*.f64 (*.f64 v v) (-.f64 (fma.f64 (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (PI.f64) #s(literal -1 binary64) (/.f64 (PI.f64) (*.f64 v v))) (fma.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) |
(* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2))))))))) |
(*.f64 v (*.f64 (*.f64 v v) (fma.f64 (/.f64 (PI.f64) (pow.f64 v #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal -6 binary64))) (/.f64 #s(literal -1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (-.f64 (fma.f64 (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (PI.f64) #s(literal -1 binary64) (/.f64 (PI.f64) (*.f64 v v))) (fma.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))))) |
(* (pow v 3) (* (PI) (sqrt -6))) |
(*.f64 (*.f64 v v) (*.f64 (PI.f64) (*.f64 v (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (/ (* (PI) (sqrt -6)) (pow v 2)))))) |
(*.f64 (fma.f64 (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (PI.f64) #s(literal -1 binary64) (/.f64 (PI.f64) (*.f64 v v))) (/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 v v)))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 v v)) (*.f64 v (-.f64 (fma.f64 (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (PI.f64) #s(literal -1 binary64) (/.f64 (PI.f64) (*.f64 v v))) (fma.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) |
(* -1 (* (pow v 3) (+ (* -1 (* (PI) (sqrt -6))) (+ (* -1 (/ (PI) (* (pow v 2) (sqrt -6)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 3)))) (+ (* -1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* 1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (/ (PI) (* (pow v 4) (sqrt -6))) (/ (* (PI) (sqrt -6)) (pow v 2)))))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 v (*.f64 (*.f64 v v) (fma.f64 (/.f64 (PI.f64) (pow.f64 v #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal -6 binary64))) (/.f64 #s(literal -1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (-.f64 (fma.f64 (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (PI.f64) #s(literal -1 binary64) (/.f64 (PI.f64) (*.f64 v v))) (fma.f64 #s(literal -1/12 binary64) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))))) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))))) |
(* (PI) (sqrt 2)) |
(*.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) |
(+ (* -3 (/ (* (pow v 2) (PI)) (sqrt 2))) (* (PI) (sqrt 2))) |
(fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 (PI.f64) (*.f64 v v))) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -9/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 3))) (* -3 (/ (PI) (sqrt 2)))))) |
(fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (*.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64)) (/.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (sqrt.f64 #s(literal 2 binary64)))))) |
(+ (* (PI) (sqrt 2)) (* (pow v 2) (+ (* -3 (/ (PI) (sqrt 2))) (* (pow v 2) (+ (* -27/2 (/ (* (pow v 2) (PI)) (pow (sqrt 2) 5))) (* -9/2 (/ (PI) (pow (sqrt 2) 3)))))))) |
(fma.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 v v) (fma.f64 (*.f64 v v) (fma.f64 (/.f64 (PI.f64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -9/4 binary64) (/.f64 (*.f64 #s(literal -27/2 binary64) (*.f64 (PI.f64) (*.f64 v v))) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64)))) (/.f64 (*.f64 (PI.f64) #s(literal -3 binary64)) (sqrt.f64 #s(literal 2 binary64)))))) |
(* v (* (PI) (sqrt -6))) |
(*.f64 (PI.f64) (*.f64 v (sqrt.f64 #s(literal -6 binary64)))) |
(* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))) |
(*.f64 v (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))) |
(* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(*.f64 v (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))) |
(* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 v (fma.f64 #s(literal 1/2 binary64) (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))))) |
(* -1 (* v (* (PI) (sqrt -6)))) |
(*.f64 v (-.f64 #s(literal 0 binary64) (*.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64))))) |
(* -1 (* v (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))) |
(*.f64 (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))) (-.f64 #s(literal 0 binary64) v)) |
(* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6))))))) |
(*.f64 v (-.f64 #s(literal 0 binary64) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64))))))))) |
(* -1 (* v (+ (* -1/2 (/ (PI) (* (pow v 4) (pow (sqrt -6) 3)))) (+ (* 1/2 (/ (PI) (* (pow v 6) (pow (sqrt -6) 5)))) (+ (* (PI) (sqrt -6)) (/ (PI) (* (pow v 2) (sqrt -6)))))))) |
(*.f64 v (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/2 binary64) (/.f64 (PI.f64) (*.f64 (pow.f64 v #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -6 binary64)) #s(literal 5 binary64)))) (fma.f64 (PI.f64) (sqrt.f64 #s(literal -6 binary64)) (fma.f64 (/.f64 (PI.f64) (*.f64 (*.f64 (*.f64 v v) (*.f64 v v)) (sqrt.f64 #s(literal -6 binary64)))) #s(literal 1/12 binary64) (/.f64 (PI.f64) (*.f64 v (*.f64 v (sqrt.f64 #s(literal -6 binary64)))))))))) |
Compiled 15 641 to 1 970 computations (87.4% saved)
6 alts after pruning (0 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 537 | 0 | 537 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 5 | 5 |
| Total | 537 | 6 | 543 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 97.3% | (/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
| ✓ | 98.9% | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64))) |
| ✓ | 100.0% | (/.f64 #s(literal 4/3 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
| ✓ | 100.0% | (/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| ✓ | 98.9% | (/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
| ✓ | 98.8% | (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
Compiled 254 to 125 computations (50.8% saved)
| Inputs |
|---|
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 v v)) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) (fma.f64 (*.f64 v v) #s(literal -3 binary64) #s(literal 3 binary64))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 (*.f64 v v) #s(literal -6 binary64) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
(/.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v (*.f64 v (*.f64 v v)))))) (fma.f64 v v #s(literal 1 binary64)))) |
| Outputs |
|---|
(/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
4 calls:
| 5.0ms | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| 4.0ms | v |
| 3.0ms | (*.f64 v v) |
| 3.0ms | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 100.0% | 1 | v |
| 100.0% | 1 | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| 100.0% | 1 | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| 100.0% | 1 | (*.f64 v v) |
Compiled 46 to 33 computations (28.3% saved)
| Inputs |
|---|
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64)))) (PI.f64))) |
(/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (PI.f64) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| Outputs |
|---|
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
4 calls:
| 3.0ms | v |
| 2.0ms | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| 2.0ms | (*.f64 v v) |
| 2.0ms | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.9% | 1 | v |
| 98.9% | 1 | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| 98.9% | 1 | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| 98.9% | 1 | (*.f64 v v) |
Compiled 46 to 33 computations (28.3% saved)
Total -1.0b remaining (-130.8%)
Threshold costs -1b (-130.8%)
| Inputs |
|---|
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal 4/3 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
| Outputs |
|---|
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
4 calls:
| 2.0ms | v |
| 1.0ms | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| 1.0ms | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| 1.0ms | (*.f64 v v) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.8% | 1 | v |
| 98.8% | 1 | (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v)))))) |
| 98.8% | 1 | (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (PI.f64)) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 6 binary64) (*.f64 v v))))) |
| 98.8% | 1 | (*.f64 v v) |
Compiled 46 to 33 computations (28.3% saved)
| 1× | egg-herbie |
| 14× | *-commutative_binary64 |
| 6× | +-commutative_binary64 |
| 6× | sub-neg_binary64 |
| 4× | neg-sub0_binary64 |
| 4× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 20 | 34 |
| 1 | 33 | 34 |
| 2 | 40 | 34 |
| 3 | 44 | 34 |
| 4 | 46 | 34 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
| Outputs |
|---|
(/.f64 #s(literal 4/3 binary64) (*.f64 (*.f64 (PI.f64) (-.f64 #s(literal 1 binary64) (*.f64 v v))) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 4/3 binary64) (*.f64 (PI.f64) (sqrt.f64 (fma.f64 v (*.f64 v #s(literal -6 binary64)) #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 4/3 binary64) (PI.f64))) |
| 16 554× | accelerator-lowering-fma.f32 |
| 16 554× | accelerator-lowering-fma.f64 |
| 5 558× | +-lowering-+.f64 |
| 5 558× | +-lowering-+.f32 |
| 5 362× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 16 | 60 |
| 1 | 91 | 58 |
| 2 | 616 | 58 |
| 3 | 5770 | 58 |
| 0 | 8436 | 52 |
| 0 | 200 | 1386 |
| 1 | 620 | 1206 |
| 2 | 2542 | 1131 |
| 3 | 7430 | 1131 |
| 0 | 8064 | 1091 |
| 0 | 45 | 240 |
| 1 | 242 | 198 |
| 2 | 1596 | 198 |
| 0 | 8458 | 187 |
| 1× | done |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 77 to 58 computations (24.7% saved)
(abs v)
Compiled 148 to 100 computations (32.4% saved)
Loading profile data...