
Time bar (total: 7.8s)
| 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 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 2 |
| 75% | 75% | 25% | 0% | 0% | 0% | 0% | 3 |
| 87.5% | 87.5% | 12.5% | 0% | 0% | 0% | 0% | 4 |
| 93.8% | 93.7% | 6.2% | 0% | 0% | 0% | 0% | 5 |
| 96.9% | 96.8% | 3.1% | 0% | 0% | 0% | 0% | 6 |
| 98.4% | 98.4% | 1.6% | 0% | 0% | 0% | 0% | 7 |
| 99.2% | 99.2% | 0.8% | 0% | 0% | 0% | 0% | 8 |
| 99.6% | 99.6% | 0.4% | 0% | 0% | 0% | 0% | 9 |
| 99.8% | 99.8% | 0.2% | 0% | 0% | 0% | 0% | 10 |
| 99.9% | 99.9% | 0.1% | 0% | 0% | 0% | 0% | 11 |
| 100% | 99.9% | 0% | 0% | 0% | 0% | 0% | 12 |
Compiled 14 to 9 computations (35.7% saved)
| 474.0ms | 8 256× | 0 | valid |
| 153.0ms | 2 733× | 0 | exit |
ival-expm1: 124.0ms (30.6% of total)ival-mult: 97.0ms (23.9% of total)ival-div: 94.0ms (23.2% of total)ival-sqrt: 74.0ms (18.2% of total)ival-true: 8.0ms (2% of total)exact: 5.0ms (1.2% of total)ival-assert: 4.0ms (1% of total)| 2× | egg-herbie |
| 15 394× | accelerator-lowering-fma.f32 |
| 15 394× | accelerator-lowering-fma.f64 |
| 2 850× | --lowering--.f32 |
| 2 850× | --lowering--.f64 |
| 2 458× | *-lowering-*.f32 |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 41 |
| 1 | 44 | 39 |
| 2 | 70 | 39 |
| 3 | 113 | 39 |
| 4 | 192 | 20 |
| 5 | 340 | 18 |
| 6 | 672 | 18 |
| 7 | 2570 | 18 |
| 0 | 10 | 12 |
| 1 | 22 | 12 |
| 2 | 28 | 12 |
| 3 | 40 | 12 |
| 4 | 66 | 7 |
| 5 | 119 | 5 |
| 6 | 195 | 5 |
| 7 | 593 | 5 |
| 8 | 2904 | 5 |
| 9 | 6743 | 5 |
| 0 | 8156 | 5 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
| Outputs |
|---|
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
| Inputs |
|---|
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (/ (- (exp (* 2 (neg x))) 1) (- (exp (neg x)) 1))) |
(neg (sqrt (/ (- (exp (* 2 (neg x))) 1) (- (exp (neg x)) 1)))) |
| Outputs |
|---|
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (+ 1 (exp x))) |
(sqrt (/ (- (exp (* 2 (neg x))) 1) (- (exp (neg x)) 1))) |
(sqrt (+ 1 (exp (neg x)))) |
(neg (sqrt (/ (- (exp (* 2 (neg x))) 1) (- (exp (neg x)) 1)))) |
(neg (sqrt (+ 1 (exp (neg x))))) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 161 | 0 | - | 0 | - | (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) |
| 161 | 0 | - | 0 | - | (-.f64 (exp.f64 x) #s(literal 1 binary64)) |
| 4 | 0 | - | 0 | - | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
| 0 | 0 | - | 0 | - | (exp.f64 (*.f64 #s(literal 2 binary64) x)) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 2 binary64) x) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (exp.f64 x) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
-.f64 | (-.f64 (exp.f64 x) #s(literal 1 binary64)) | cancellation | 161 | 0 |
-.f64 | (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) | cancellation | 161 | 0 |
/.f64 | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) | o/o | 4 | 0 |
| ↳ | (exp.f64 (*.f64 #s(literal 2 binary64) x)) | overflow | 4 | |
| ↳ | (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) | overflow | 4 | |
| ↳ | (exp.f64 x) | overflow | 4 | |
| ↳ | (-.f64 (exp.f64 x) #s(literal 1 binary64)) | overflow | 4 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 164 | 0 |
| - | 1 | 91 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 164 | 0 | 0 |
| - | 1 | 0 | 91 |
| number | freq |
|---|---|
| 0 | 91 |
| 1 | 4 |
| 2 | 161 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 42.0ms | 512× | 0 | valid |
Compiled 120 to 44 computations (63.3% saved)
ival-exp: 7.0ms (29.4% of total)ival-expm1: 6.0ms (25.2% of total)ival-div: 3.0ms (12.6% of total)ival-mult: 3.0ms (12.6% of total)ival-sqrt: 3.0ms (12.6% of total)exact: 1.0ms (4.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 |
|---|---|---|
| ▶ | 39.2% | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
Compiled 13 to 10 computations (23.1% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (*.f64 #s(literal 2 binary64) x) |
| ✓ | cost-diff | 192 | (-.f64 (exp.f64 x) #s(literal 1 binary64)) |
| ✓ | cost-diff | 192 | (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) |
| ✓ | cost-diff | 7104 | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
| 15 394× | accelerator-lowering-fma.f32 |
| 15 394× | accelerator-lowering-fma.f64 |
| 2 850× | --lowering--.f32 |
| 2 850× | --lowering--.f64 |
| 2 458× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 45 |
| 1 | 22 | 45 |
| 2 | 28 | 45 |
| 3 | 40 | 45 |
| 4 | 66 | 35 |
| 5 | 119 | 31 |
| 6 | 195 | 31 |
| 7 | 593 | 31 |
| 8 | 2904 | 31 |
| 9 | 6743 | 31 |
| 0 | 8156 | 27 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(- (exp (* 2 x)) 1) |
(exp (* 2 x)) |
(* 2 x) |
2 |
x |
1 |
(- (exp x) 1) |
(exp x) |
| Outputs |
|---|
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
(exp (* 2 x)) |
(exp.f64 (+.f64 x x)) |
(* 2 x) |
(+.f64 x x) |
2 |
#s(literal 2 binary64) |
x |
1 |
#s(literal 1 binary64) |
(- (exp x) 1) |
(expm1.f64 x) |
(exp x) |
(exp.f64 x) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| ✓ | accuracy | 98.7% | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
| ✓ | accuracy | 43.0% | (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) |
| ✓ | accuracy | 42.9% | (-.f64 (exp.f64 x) #s(literal 1 binary64)) |
| 19.0ms | 256× | 0 | valid |
Compiled 47 to 12 computations (74.5% saved)
ival-exp: 3.0ms (25.6% of total)ival-expm1: 3.0ms (25.6% of total)ival-div: 2.0ms (17.1% of total)ival-mult: 2.0ms (17.1% of total)ival-sqrt: 2.0ms (17.1% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt (- (exp x) 1)> |
#<alt (* 2 x)> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
| Outputs |
|---|
#<alt 2> |
#<alt (+ 2 x)> |
#<alt (+ 2 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x))))))> |
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))> |
#<alt (* 2 x)> |
#<alt (* x (+ 2 (* 2 x)))> |
#<alt (* x (+ 2 (* x (+ 2 (* 4/3 x)))))> |
#<alt (* x (+ 2 (* x (+ 2 (* x (+ 4/3 (* 2/3 x)))))))> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt (- (exp (* 2 x)) 1)> |
#<alt x> |
#<alt (* x (+ 1 (* 1/2 x)))> |
#<alt (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))> |
#<alt (* x (+ 1 (* x (+ 1/2 (* x (+ 1/6 (* 1/24 x)))))))> |
#<alt (- (exp x) 1)> |
#<alt (- (exp x) 1)> |
#<alt (- (exp x) 1)> |
#<alt (- (exp x) 1)> |
#<alt (- (exp x) 1)> |
#<alt (- (exp x) 1)> |
#<alt (- (exp x) 1)> |
#<alt (- (exp x) 1)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
#<alt (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1)))> |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 48.0ms | x | @ | 0 | (- (exp (* 2 x)) 1) |
| 1.0ms | x | @ | inf | (/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
| 1.0ms | x | @ | -inf | (/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
| 0.0ms | x | @ | 0 | (sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
| 0.0ms | x | @ | 0 | (/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
| 1× | batch-egg-rewrite |
| 4 562× | accelerator-lowering-fma.f32 |
| 4 562× | accelerator-lowering-fma.f64 |
| 3 484× | *-lowering-*.f32 |
| 3 484× | *-lowering-*.f64 |
| 2 734× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 36 |
| 1 | 56 | 22 |
| 2 | 421 | 22 |
| 3 | 4985 | 22 |
| 0 | 8093 | 18 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(- (exp (* 2 x)) 1) |
(- (exp x) 1) |
(* 2 x) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
| Outputs |
|---|
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+.f64 (exp.f64 x) #s(literal 1 binary64)) |
(+.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(+.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(+.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(+.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(+.f64 (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (exp.f64 (+.f64 x x))) (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(+.f64 (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (exp.f64 (+.f64 x x)))) |
(+.f64 (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (exp.f64 x))) |
(+.f64 (*.f64 (exp.f64 (+.f64 x x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (*.f64 (exp.f64 (+.f64 x x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(+.f64 (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (*.f64 (exp.f64 x) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 (exp.f64 x))) #s(literal -1 binary64))) |
(-.f64 (exp.f64 x) #s(literal -1 binary64)) |
(-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(-.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) |
(-.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(-.f64 (/.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (expm1.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (expm1.f64 x))) |
(-.f64 (/.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (expm1.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (expm1.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(-.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(-.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (pow.f64 (expm1.f64 x) #s(literal 2 binary64))) (/.f64 (expm1.f64 x) (pow.f64 (expm1.f64 x) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))))) (/.f64 (pow.f64 (expm1.f64 x) #s(literal -3 binary64)) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) (/.f64 (pow.f64 (expm1.f64 x) #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (exp.f64 x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (exp.f64 x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 x) (/.f64 (exp.f64 x) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (exp.f64 x) (/.f64 (exp.f64 x) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (exp.f64 x) (/.f64 (exp.f64 x) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 x) (*.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (exp.f64 x) (*.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (exp.f64 x) (*.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (exp.f64 (+.f64 x x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (exp.f64 (+.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (exp.f64 (+.f64 x x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (exp.f64 x) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (exp.f64 (+.f64 x x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 x) (expm1.f64 (+.f64 x x))) (/.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 x) (expm1.f64 (+.f64 x x))) (/.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 x) (expm1.f64 (+.f64 x x))) (/.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) (+.f64 (exp.f64 (+.f64 x x)) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) (+.f64 (exp.f64 (+.f64 x x)) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) (+.f64 (exp.f64 (+.f64 x x)) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (exp.f64 (+.f64 x x)) (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (exp.f64 x))) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (exp.f64 (+.f64 x x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 x) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 x) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 x) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 (+.f64 x x))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 (+.f64 x x))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 (+.f64 x x))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x)))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (expm1.f64 (+.f64 x x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (expm1.f64 (+.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (expm1.f64 (+.f64 x x)) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(neg.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (expm1.f64 x) #s(literal 2 binary64)) (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64)))) (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x)))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1 binary64)) |
(/.f64 (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (pow.f64 (expm1.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (neg.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (*.f64 (expm1.f64 x) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (neg.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (*.f64 (expm1.f64 x) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (*.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (*.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 9 binary64))) (*.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (*.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)) (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (+.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (exp.f64 x) (expm1.f64 (+.f64 x x)))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (expm1.f64 (+.f64 x x))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (-.f64 (expm1.f64 x) (*.f64 (/.f64 (expm1.f64 x) (exp.f64 (+.f64 x x))) #s(literal 1 binary64))) (*.f64 (/.f64 (expm1.f64 x) (exp.f64 (+.f64 x x))) (expm1.f64 x))) |
(/.f64 (-.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (/.f64 (expm1.f64 x) (exp.f64 (+.f64 x x))) #s(literal -1 binary64))) (*.f64 (/.f64 (expm1.f64 x) (exp.f64 (+.f64 x x))) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) (expm1.f64 x))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (pow.f64 (expm1.f64 x) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (neg.f64 (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64)))) (neg.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64))) |
(/.f64 (fma.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -3 binary64))) (fma.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64)) (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -2 binary64)) (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x)))))) |
(/.f64 (-.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))) (pow.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -2 binary64))) (-.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (pow.f64 (expm1.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 (+.f64 x x))) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (+.f64 x x)) (exp.f64 x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 1 binary64)) (pow.f64 (expm1.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) #s(literal 1 binary64)) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)) #s(literal 1 binary64)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 1 binary64)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 x) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 x) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) #s(literal -1 binary64)) (expm1.f64 x)) |
(/.f64 (/.f64 (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (expm1.f64 x)) (expm1.f64 x)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal -1 binary64)) |
(pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal -2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log1p.f64 (exp.f64 x))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 4 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (pow.f64 (expm1.f64 x) #s(literal 2 binary64)) (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64)))) (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (exp.f64 (log1p.f64 (exp.f64 x))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 (log1p.f64 (exp.f64 x)))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (exp.f64 (log1p.f64 (exp.f64 x))) (exp.f64 (log1p.f64 (exp.f64 x)))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(*.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) |
(*.f64 (expm1.f64 (+.f64 x x)) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (expm1.f64 (+.f64 x x))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (expm1.f64 x))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) |
(*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (expm1.f64 x))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 (expm1.f64 (+.f64 x x)) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (expm1.f64 x) (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64)))) |
(*.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) |
(*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(*.f64 (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (exp.f64 x) (expm1.f64 (+.f64 x x))))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 (+.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (expm1.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(*.f64 (/.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (expm1.f64 x)) (/.f64 (expm1.f64 (+.f64 x x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (expm1.f64 x)) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 x) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 x) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 3 binary64)))) (fma.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (-.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))))) |
(*.f64 (/.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)) (-.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (exp.f64 (+.f64 x x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (-.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) |
(+.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) (exp.f64 (+.f64 x x))) |
(+.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(+.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(+.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(+.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x)))) #s(literal -1 binary64)) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x)) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(+.f64 (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x)))) #s(literal -1 binary64))) |
(-.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) |
(-.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(-.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))))) |
(fma.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 (exp.f64 (+.f64 x x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)) #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 x) (exp.f64 x) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(fma.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(fma.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 (exp.f64 (+.f64 x x)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(fma.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(fma.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -1 binary64) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) #s(literal 1 binary64) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (expm1.f64 (+.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (expm1.f64 (+.f64 x x)) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (+.f64 x x))) (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (+.f64 x x))) (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (expm1.f64 x)) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (expm1.f64 x)) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (expm1.f64 x)) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (expm1.f64 x)) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -1 binary64)) #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -1 binary64)) #s(literal 1 binary64) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(fma.f64 (exp.f64 (*.f64 x #s(literal 1 binary64))) (exp.f64 (*.f64 x #s(literal 1 binary64))) #s(literal -1 binary64)) |
(fma.f64 (neg.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (neg.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64))))) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 3 binary64)))) (fma.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (-.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(fma.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (-.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (exp.f64 (+.f64 x x))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 x))) |
(fma.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (*.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (expm1.f64 (+.f64 x x)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x)) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(expm1.f64 (+.f64 x x)) |
(expm1.f64 (*.f64 (+.f64 x x) #s(literal 1 binary64))) |
(expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(expm1.f64 (*.f64 #s(literal 2 binary64) (fma.f64 x #s(literal 1/2 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(expm1.f64 (*.f64 #s(literal 4 binary64) (*.f64 x #s(literal 1/2 binary64)))) |
(expm1.f64 (*.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) |
(/.f64 (expm1.f64 (+.f64 x x)) #s(literal 1 binary64)) |
(/.f64 (expm1.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x)))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (neg.f64 (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (neg.f64 (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (*.f64 (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 9 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 9 binary64))) (*.f64 (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal -1 binary64) (exp.f64 (+.f64 x x)))) |
(/.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) #s(literal 1 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (+.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (neg.f64 (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) #s(literal 3 binary64)) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) #s(literal -3 binary64))) (+.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) #s(literal -2 binary64)) (*.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal -3 binary64))) (+.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) #s(literal 2 binary64)) (+.f64 (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal -2 binary64)) (*.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) #s(literal 2 binary64)) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) #s(literal -2 binary64))) (+.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) #s(literal 2 binary64)) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal -2 binary64))) (+.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 x)) (expm1.f64 x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) #s(literal 1 binary64)) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (expm1.f64 x)) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (expm1.f64 x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (expm1.f64 x)) (pow.f64 (expm1.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (expm1.f64 x)) (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (expm1.f64 x)) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x)) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(pow.f64 (expm1.f64 (+.f64 x x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) |
(*.f64 (expm1.f64 (+.f64 x x)) #s(literal 1 binary64)) |
(*.f64 (expm1.f64 (+.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (expm1.f64 x))) |
(*.f64 (expm1.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (*.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)) (expm1.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 x))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 (expm1.f64 (+.f64 x x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (*.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (expm1.f64 x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (expm1.f64 x))) |
(*.f64 (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (expm1.f64 (+.f64 x x))) |
(*.f64 (+.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (expm1.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 6 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 3 binary64)))) (fma.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (-.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (-.f64 (exp.f64 (*.f64 (+.f64 x x) #s(literal 4 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (exp.f64 (+.f64 x x)))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) |
(+.f64 (exp.f64 x) #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) (exp.f64 x)) |
(+.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(+.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (exp.f64 x))) #s(literal -1 binary64)) |
(+.f64 (-.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 x) (expm1.f64 (+.f64 x x)))) (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x)))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (expm1.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (expm1.f64 x)) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(-.f64 (exp.f64 x) #s(literal 1 binary64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(-.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(-.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(-.f64 (/.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(-.f64 (/.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(-.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))))) |
(-.f64 (/.f64 (exp.f64 x) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 1 binary64))) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 (exp.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(fma.f64 #s(literal 1 binary64) (exp.f64 x) #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 x) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 (exp.f64 x) (/.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 x) (/.f64 (exp.f64 (+.f64 x x)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(fma.f64 (expm1.f64 x) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (*.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 x) (expm1.f64 (+.f64 x x))) (/.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x))) (*.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (exp.f64 (*.f64 x #s(literal 3/2 binary64))) (/.f64 (exp.f64 (*.f64 x #s(literal 3/2 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (+.f64 x x))) (expm1.f64 x) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 x) #s(literal 1 binary64)) (/.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 (+.f64 x x))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 x) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (-.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (/.f64 (exp.f64 (+.f64 x x)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 x) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (/.f64 (exp.f64 x) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 (exp.f64 x) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 x) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (/.f64 (exp.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (/.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 (+.f64 x x))) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(fma.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (-.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (+.f64 x x)) (exp.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (pow.f64 (expm1.f64 x) #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64)))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(expm1.f64 x) |
(neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) |
(/.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/.f64 (expm1.f64 x) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (-.f64 #s(literal -1 binary64) (exp.f64 x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -1 binary64)) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x))))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 0 binary64) (exp.f64 x))))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (*.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (*.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (*.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (neg.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (expm1.f64 (*.f64 x #s(literal 9 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (+.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))))) |
(/.f64 (expm1.f64 (*.f64 x #s(literal 9 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (+.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 1 binary64))) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (+.f64 (exp.f64 (+.f64 x x)) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (+.f64 x x)) (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (-.f64 (-.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (exp.f64 (+.f64 x x))) (expm1.f64 (+.f64 x x))) (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (+.f64 x x)) (+.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (exp.f64 x) (expm1.f64 (+.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (+.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (exp.f64 x) (expm1.f64 (+.f64 x x)))))) |
(/.f64 (pow.f64 (expm1.f64 (+.f64 x x)) #s(literal 2 binary64)) (*.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (/.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (expm1.f64 (+.f64 x x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal -3 binary64))) (+.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal -2 binary64)) (*.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 3 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -3 binary64))) (+.f64 (pow.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -2 binary64)) (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 2 binary64)) (pow.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal -2 binary64))) (+.f64 (/.f64 (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 2 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -2 binary64))) (+.f64 (/.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (*.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 x)) (expm1.f64 (+.f64 x x))) |
(/.f64 (*.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) |
(/.f64 (*.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (+.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (*.f64 (exp.f64 x) (expm1.f64 (+.f64 x x))))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) #s(literal 1 binary64)) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) #s(literal 1 binary64)) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (+.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 (+.f64 x x)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (expm1.f64 (*.f64 x #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (+.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))))) |
(/.f64 (*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 #s(literal -1 binary64) (expm1.f64 x))) |
(/.f64 (/.f64 (expm1.f64 (+.f64 x x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(pow.f64 (expm1.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (expm1.f64 x)) |
(*.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (expm1.f64 x) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (pow.f64 (expm1.f64 x) #s(literal 2 binary64))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (exp.f64 x)))))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 1 binary64))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (expm1.f64 (+.f64 x x))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 (expm1.f64 x) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) |
(*.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (expm1.f64 x) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (*.f64 (expm1.f64 x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (fma.f64 (exp.f64 (+.f64 x x)) #s(literal -1 binary64) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (expm1.f64 x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64)))) |
(*.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 (+.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (/.f64 #s(literal -1 binary64) (expm1.f64 x)))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (expm1.f64 (+.f64 x x)))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (expm1.f64 (+.f64 x x)))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (/.f64 (expm1.f64 x) (/.f64 #s(literal -1 binary64) (expm1.f64 x)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (/.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (*.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 (+.f64 x x)))) |
(*.f64 (*.f64 (expm1.f64 (+.f64 x x)) (/.f64 (expm1.f64 x) (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(*.f64 (*.f64 (expm1.f64 (+.f64 x x)) (/.f64 (expm1.f64 x) (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (pow.f64 (expm1.f64 x) #s(literal 2 binary64))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64))))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))) |
(*.f64 (/.f64 (expm1.f64 (+.f64 x x)) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (+.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 3 binary64)))) (fma.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (-.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) (exp.f64 (+.f64 x x))) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))) |
(*.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))) (-.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 2 binary64)))) (-.f64 (expm1.f64 (+.f64 x x)) (exp.f64 x))) |
(log.f64 (exp.f64 (+.f64 x x))) |
(+.f64 x x) |
(+.f64 (+.f64 x x) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (+.f64 x x)) |
(+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(+.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) (log.f64 (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)))) |
(+.f64 (log.f64 (exp.f64 (*.f64 x #s(literal 1 binary64)))) (log.f64 (exp.f64 (*.f64 x #s(literal 1 binary64))))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(fma.f64 #s(literal 2 binary64) x #s(literal 0 binary64)) |
(fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 x #s(literal 2 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64) (log.f64 (*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 4 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal 2 binary64) #s(literal 0 binary64)) |
(fma.f64 (fma.f64 x #s(literal 1/2 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal 2 binary64) #s(literal 0 binary64)) |
(/.f64 (fma.f64 (*.f64 x x) x (*.f64 (*.f64 x x) x)) (fma.f64 x x (-.f64 (*.f64 x x) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 x x)) (-.f64 x x)) |
(*.f64 #s(literal 2 binary64) x) |
(*.f64 #s(literal 2 binary64) (*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 x #s(literal 2 binary64)) |
(*.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 4 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
(*.f64 (fma.f64 x #s(literal 1/2 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log1p.f64 (exp.f64 x)))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 (exp.f64 x))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log1p.f64 (exp.f64 x)))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 (exp.f64 x))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log1p.f64 (exp.f64 x)) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt.f64 (exp.f64 (log1p.f64 (exp.f64 x)))) |
(neg.f64 (/.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (expm1.f64 x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (expm1.f64 (+.f64 x x)))) (sqrt.f64 (expm1.f64 x)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 1 binary64))) |
(/.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) (sqrt.f64 (expm1.f64 x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (sqrt.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64)))) (sqrt.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))))))) |
(/.f64 (sqrt.f64 (expm1.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64)))) (sqrt.f64 (*.f64 (expm1.f64 x) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (expm1.f64 (+.f64 x x)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (expm1.f64 x)))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (sqrt.f64 (fma.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (sqrt.f64 (pow.f64 (expm1.f64 x) #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (sqrt.f64 (fma.f64 (exp.f64 x) (expm1.f64 x) #s(literal 1 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (exp.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64))) (pow.f64 (expm1.f64 x) #s(literal -3 binary64)))) (sqrt.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (*.f64 (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))) (pow.f64 (expm1.f64 x) #s(literal -2 binary64)))))) |
(/.f64 (sqrt.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (sqrt.f64 (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))))) (neg.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (expm1.f64 (+.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (expm1.f64 x))))) |
(/.f64 (*.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) #s(literal 1 binary64)) (sqrt.f64 (expm1.f64 x))) |
(/.f64 (sqrt.f64 (/.f64 (expm1.f64 (fma.f64 x #s(literal 6 binary64) #s(literal 0 binary64))) (expm1.f64 x))) (sqrt.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 (fma.f64 x #s(literal 4 binary64) #s(literal 0 binary64))))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) (sqrt.f64 (+.f64 (exp.f64 (+.f64 x x)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal -1/2 binary64)) |
(pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal -2 binary64)) #s(literal -1/4 binary64)) |
(pow.f64 (exp.f64 (log1p.f64 (exp.f64 x))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (exp.f64 (log1p.f64 (exp.f64 x))) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 #s(literal 1 binary64) (exp.f64 (log1p.f64 (exp.f64 x)))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(*.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x))) (sqrt.f64 (expm1.f64 (+.f64 x x)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x)))) (sqrt.f64 (/.f64 #s(literal -1 binary64) (expm1.f64 x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (expm1.f64 (+.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (expm1.f64 x))))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (sqrt.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (/.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) (sqrt.f64 (expm1.f64 (fma.f64 x #s(literal 3 binary64) #s(literal 0 binary64))))) (sqrt.f64 (+.f64 (exp.f64 (+.f64 x x)) (+.f64 #s(literal 1 binary64) (exp.f64 x))))) |
| 1× | egg-herbie |
| 15 504× | accelerator-lowering-fma.f32 |
| 15 504× | accelerator-lowering-fma.f64 |
| 4 704× | *-lowering-*.f32 |
| 4 704× | *-lowering-*.f64 |
| 2 492× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 77 | 480 |
| 1 | 252 | 446 |
| 2 | 663 | 446 |
| 3 | 1429 | 440 |
| 4 | 2558 | 360 |
| 5 | 5941 | 325 |
| 0 | 8294 | 270 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
2 |
(+ 2 x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(* 2 x) |
(* x (+ 2 (* 2 x))) |
(* x (+ 2 (* x (+ 2 (* 4/3 x))))) |
(* x (+ 2 (* x (+ 2 (* x (+ 4/3 (* 2/3 x))))))) |
(- (exp (* 2 x)) 1) |
(- (exp (* 2 x)) 1) |
(- (exp (* 2 x)) 1) |
(- (exp (* 2 x)) 1) |
(- (exp (* 2 x)) 1) |
(- (exp (* 2 x)) 1) |
(- (exp (* 2 x)) 1) |
(- (exp (* 2 x)) 1) |
x |
(* x (+ 1 (* 1/2 x))) |
(* x (+ 1 (* x (+ 1/2 (* 1/6 x))))) |
(* x (+ 1 (* x (+ 1/2 (* x (+ 1/6 (* 1/24 x))))))) |
(- (exp x) 1) |
(- (exp x) 1) |
(- (exp x) 1) |
(- (exp x) 1) |
(- (exp x) 1) |
(- (exp x) 1) |
(- (exp x) 1) |
(- (exp x) 1) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
| Outputs |
|---|
2 |
#s(literal 2 binary64) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))) |
(fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(/ (- (exp (* 2 x)) 1) (- (exp x) 1)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(* 2 x) |
(+.f64 x x) |
(* x (+ 2 (* 2 x))) |
(*.f64 x (fma.f64 #s(literal 2 binary64) x #s(literal 2 binary64))) |
(* x (+ 2 (* x (+ 2 (* 4/3 x))))) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 4/3 binary64) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(* x (+ 2 (* x (+ 2 (* x (+ 4/3 (* 2/3 x))))))) |
(*.f64 x (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 2/3 binary64) #s(literal 4/3 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
(- (exp (* 2 x)) 1) |
(expm1.f64 (+.f64 x x)) |
x |
(* x (+ 1 (* 1/2 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* x (+ 1 (* x (+ 1/2 (* 1/6 x))))) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(* x (+ 1 (* x (+ 1/2 (* x (+ 1/6 (* 1/24 x))))))) |
(*.f64 x (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/24 binary64) #s(literal 1/6 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(- (exp x) 1) |
(expm1.f64 x) |
(- (exp x) 1) |
(expm1.f64 x) |
(- (exp x) 1) |
(expm1.f64 x) |
(- (exp x) 1) |
(expm1.f64 x) |
(- (exp x) 1) |
(expm1.f64 x) |
(- (exp x) 1) |
(expm1.f64 x) |
(- (exp x) 1) |
(expm1.f64 x) |
(- (exp x) 1) |
(expm1.f64 x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(* 2 x) |
(+.f64 x x) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (/ (- (exp (* 2 x)) 1) (- (exp x) 1))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
Compiled 18 171 to 2 478 computations (86.4% saved)
8 alts after pruning (8 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 763 | 8 | 771 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 764 | 8 | 772 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 63.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| 64.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) | |
| ▶ | 63.0% | (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| 63.3% | (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) | |
| ▶ | 64.8% | (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| ▶ | 100.0% | (sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
| 62.6% | (sqrt.f64 (+.f64 #s(literal 2 binary64) x)) | |
| ▶ | 68.8% | (sqrt.f64 #s(literal 2 binary64)) |
Compiled 142 to 104 computations (26.8% saved)
| 1× | egg-herbie |
Found 14 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (exp.f64 x) |
| ✓ | cost-diff | 0 | (-.f64 (exp.f64 x) #s(literal -1 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
| 1 172× | accelerator-lowering-fma.f32 |
| 1 172× | accelerator-lowering-fma.f64 |
| 478× | *-lowering-*.f32 |
| 478× | *-lowering-*.f64 |
| 226× | associate-*l* |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 104 |
| 1 | 63 | 104 |
| 2 | 143 | 104 |
| 3 | 325 | 104 |
| 4 | 601 | 104 |
| 5 | 821 | 104 |
| 6 | 826 | 104 |
| 0 | 826 | 92 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(sqrt (- (exp x) -1)) |
(- (exp x) -1) |
(exp x) |
x |
-1 |
(sqrt 2) |
2 |
(sqrt (+ (* x (+ (* x 1/2) 1)) 2)) |
(+ (* x (+ (* x 1/2) 1)) 2) |
x |
(+ (* x 1/2) 1) |
1/2 |
1 |
2 |
(+ (* x (/ 1/2 (sqrt 2))) (sqrt 2)) |
x |
(/ 1/2 (sqrt 2)) |
1/2 |
(sqrt 2) |
2 |
(+ (* (/ x (sqrt 2)) (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) |
(/ x (sqrt 2)) |
x |
(sqrt 2) |
2 |
(+ (* x (+ (* x 7/192) 3/16)) 1/2) |
(+ (* x 7/192) 3/16) |
7/192 |
3/16 |
1/2 |
| Outputs |
|---|
(sqrt (- (exp x) -1)) |
(sqrt.f64 (+.f64 (exp.f64 x) #s(literal 1 binary64))) |
(- (exp x) -1) |
(+.f64 (exp.f64 x) #s(literal 1 binary64)) |
(exp x) |
(exp.f64 x) |
x |
-1 |
#s(literal -1 binary64) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(sqrt (+ (* x (+ (* x 1/2) 1)) 2)) |
(sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(+ (* x (+ (* x 1/2) 1)) 2) |
(fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
x |
(+ (* x 1/2) 1) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
1 |
#s(literal 1 binary64) |
2 |
#s(literal 2 binary64) |
(+ (* x (/ 1/2 (sqrt 2))) (sqrt 2)) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
x |
(/ 1/2 (sqrt 2)) |
(/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(+ (* (/ x (sqrt 2)) (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
x |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(+ (* x (+ (* x 7/192) 3/16)) 1/2) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(+ (* x 7/192) 3/16) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
7/192 |
#s(literal 7/192 binary64) |
3/16 |
#s(literal 3/16 binary64) |
1/2 |
#s(literal 1/2 binary64) |
Found 14 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
| ✓ | accuracy | 99.9% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 99.7% | (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
| ✓ | accuracy | 99.4% | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | accuracy | 99.7% | (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 98.4% | (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
| ✓ | accuracy | 79.6% | (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (exp.f64 x) |
| ✓ | accuracy | 100.0% | (-.f64 (exp.f64 x) #s(literal -1 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
| 64.0ms | 242× | 0 | valid |
| 4.0ms | 8× | 2 | valid |
| 2.0ms | 2× | 5 | exit |
| 1.0ms | 4× | 1 | valid |
Compiled 94 to 28 computations (70.2% saved)
ival-sub: 20.0ms (37.9% of total)ival-mult: 9.0ms (17% of total)ival-add: 6.0ms (11.4% of total)ival-sqrt: 5.0ms (9.5% of total)const: 4.0ms (7.6% of total)ival-div: 3.0ms (5.7% of total)ival-exp: 2.0ms (3.8% of total)adjust: 1.0ms (1.9% of total)exact: 1.0ms (1.9% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (sqrt (- (exp x) -1))> |
#<alt (- (exp x) -1)> |
#<alt (exp x)> |
#<alt (sqrt 2)> |
#<alt (sqrt (+ (* x (+ (* x 1/2) 1)) 2))> |
#<alt (+ (* x (+ (* x 1/2) 1)) 2)> |
#<alt (+ (* x 1/2) 1)> |
#<alt (+ (* x (/ 1/2 (sqrt 2))) (sqrt 2))> |
#<alt (/ 1/2 (sqrt 2))> |
#<alt (+ (* (/ x (sqrt 2)) (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (+ (* x (+ (* x 7/192) 3/16)) 1/2)> |
#<alt (+ (* x 7/192) 3/16)> |
| Outputs |
|---|
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (sqrt (+ 1 (exp x)))> |
#<alt (sqrt (+ 1 (exp x)))> |
#<alt (sqrt (+ 1 (exp x)))> |
#<alt (sqrt (+ 1 (exp x)))> |
#<alt (sqrt (+ 1 (exp x)))> |
#<alt (sqrt (+ 1 (exp x)))> |
#<alt (sqrt (+ 1 (exp x)))> |
#<alt (sqrt (+ 1 (exp x)))> |
#<alt 2> |
#<alt (+ 2 x)> |
#<alt (+ 2 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x))))))> |
#<alt (+ 1 (exp x))> |
#<alt (+ 1 (exp x))> |
#<alt (+ 1 (exp x))> |
#<alt (+ 1 (exp x))> |
#<alt (+ 1 (exp x))> |
#<alt (+ 1 (exp x))> |
#<alt (+ 1 (exp x))> |
#<alt (+ 1 (exp x))> |
#<alt 1> |
#<alt (+ 1 x)> |
#<alt (+ 1 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 1 (* x (+ 1 (* x (+ 1/2 (* 1/6 x))))))> |
#<alt (exp x)> |
#<alt (exp x)> |
#<alt (exp x)> |
#<alt (exp x)> |
#<alt (exp x)> |
#<alt (exp x)> |
#<alt (exp x)> |
#<alt (exp x)> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (+ (* -1/4 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (pow (sqrt 2) 3))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* x (sqrt 1/2))> |
#<alt (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2))))))> |
#<alt (* x (+ (sqrt 1/2) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2))))))> |
#<alt (* x (+ (sqrt 1/2) (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 3) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2)))))))> |
#<alt (* -1 (* x (sqrt 1/2)))> |
#<alt (* -1 (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2)))))))> |
#<alt (* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (sqrt 1/2)))) (* 1/2 (/ 1 (sqrt 1/2)))) x)))))> |
#<alt (* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1 (/ (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (pow (sqrt 1/2) 3)))) (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) x)) (* 1/2 (/ 1 (sqrt 1/2)))) x)))))> |
#<alt 2> |
#<alt (+ 2 x)> |
#<alt (+ 2 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 2 (* x (+ 1 (* 1/2 x))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))))> |
#<alt (* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))))> |
#<alt (* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 x))> |
#<alt (+ 1 (* 1/2 x))> |
#<alt (+ 1 (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (* 1/2 (/ x (sqrt 2)))> |
#<alt (* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x)))> |
#<alt (* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x)))> |
#<alt (* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x)))> |
#<alt (* 1/2 (/ x (sqrt 2)))> |
#<alt (* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3))))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 3/16 x))> |
#<alt (+ 1/2 (* x (+ 3/16 (* 7/192 x))))> |
#<alt (+ 1/2 (* x (+ 3/16 (* 7/192 x))))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt 3/16> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (* 7/192 x)> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* 7/192 x)> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
33 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | 0 | (+ (* (/ x (sqrt 2)) (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) |
| 1.0ms | x | @ | inf | (sqrt (- (exp x) -1)) |
| 1.0ms | x | @ | inf | (sqrt (+ (* x (+ (* x 1/2) 1)) 2)) |
| 1.0ms | x | @ | inf | (+ (* x (/ 1/2 (sqrt 2))) (sqrt 2)) |
| 0.0ms | x | @ | -inf | (+ (* (/ x (sqrt 2)) (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) |
| 1× | batch-egg-rewrite |
| 4 414× | accelerator-lowering-fma.f32 |
| 4 414× | accelerator-lowering-fma.f64 |
| 4 324× | /-lowering-/.f32 |
| 4 324× | /-lowering-/.f64 |
| 3 476× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 85 |
| 1 | 168 | 84 |
| 2 | 1405 | 83 |
| 0 | 8278 | 71 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (- (exp x) -1)) |
(- (exp x) -1) |
(exp x) |
(sqrt 2) |
(sqrt (+ (* x (+ (* x 1/2) 1)) 2)) |
(+ (* x (+ (* x 1/2) 1)) 2) |
(+ (* x 1/2) 1) |
(+ (* x (/ 1/2 (sqrt 2))) (sqrt 2)) |
(/ 1/2 (sqrt 2)) |
(+ (* (/ x (sqrt 2)) (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) |
(/ x (sqrt 2)) |
(+ (* x (+ (* x 7/192) 3/16)) 1/2) |
(+ (* x 7/192) 3/16) |
| Outputs |
|---|
(exp.f64 (*.f64 (log1p.f64 (exp.f64 x)) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (exp.f64 x) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 x) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (sqrt.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (expm1.f64 x)) (sqrt.f64 (expm1.f64 (+.f64 x x))))) |
(/.f64 (sqrt.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64))) (sqrt.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) (sqrt.f64 (expm1.f64 x))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (+.f64 x x)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 x)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64)))) (neg.f64 (sqrt.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (neg.f64 (sqrt.f64 (expm1.f64 (+.f64 x x)))) (neg.f64 (sqrt.f64 (expm1.f64 x)))) |
(pow.f64 (+.f64 (exp.f64 x) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 (exp.f64 x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (exp.f64 x) #s(literal 1 binary64)) (+.f64 (exp.f64 x) #s(literal 1 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log1p.f64 (exp.f64 x))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(*.f64 (sqrt.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(*.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) |
(*.f64 (sqrt.f64 (expm1.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (expm1.f64 x)))) |
(*.f64 (pow.f64 (+.f64 (exp.f64 x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (exp.f64 x) #s(literal 1 binary64)) #s(literal 1/4 binary64))) |
(+.f64 (exp.f64 x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+.f64 (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(+.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) |
(-.f64 (exp.f64 x) #s(literal -1 binary64)) |
(-.f64 (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(-.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) |
(fma.f64 (exp.f64 x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(fma.f64 (exp.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 x) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 x) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 x) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64)) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) |
(/.f64 (expm1.f64 (+.f64 x x)) (expm1.f64 x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (+.f64 x x))) (-.f64 #s(literal 0 binary64) (expm1.f64 x))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))) #s(literal -1 binary64))) (*.f64 (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (*.f64 (expm1.f64 x) #s(literal 1 binary64))) (*.f64 (expm1.f64 x) (expm1.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (+.f64 x x)))) (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 x)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 x #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (exp.f64 (+.f64 x x)) (*.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (fma.f64 (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (*.f64 (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (fma.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (+.f64 x x))) (-.f64 #s(literal 1 binary64) (exp.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))))) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) (+.f64 (/.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))) (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) (+.f64 (/.f64 (exp.f64 (+.f64 x x)) (expm1.f64 x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 x) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (exp.f64 x) #s(literal 1 binary64))) |
(*.f64 (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (expm1.f64 (+.f64 x x)) (/.f64 #s(literal 1 binary64) (expm1.f64 x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (*.f64 x #s(literal 3 binary64))) #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (+.f64 (exp.f64 (+.f64 x x)) (-.f64 #s(literal 1 binary64) (exp.f64 x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (+.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (expm1.f64 x)))) |
(exp.f64 x) |
(pow.f64 (exp.f64 x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1 binary64)) x) |
(*.f64 (exp.f64 x) #s(literal 1 binary64)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(sqrt.f64 #s(literal 2 binary64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 #s(literal 2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 4 binary64) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))) (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))) (sqrt.f64 (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))) (sqrt.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64))) (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(pow.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 (pow.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(+.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64)) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) |
(+.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (neg.f64 (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(+.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) x) |
(-.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (+.f64 x #s(literal 2 binary64))) |
(fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) x #s(literal 2 binary64)) |
(fma.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (neg.f64 (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x)))) #s(literal 2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x)) #s(literal 2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) #s(literal 2 binary64)) |
(fma.f64 (*.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 2 binary64)) |
(fma.f64 (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) x) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) (-.f64 #s(literal 4 binary64) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64)) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64)) (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64)) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))) (neg.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 4 binary64) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))) (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 4 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64)) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))))) (neg.f64 (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 x #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (fma.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (-.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (fma.f64 (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64)))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 x x)) (-.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64)))) (*.f64 (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) (+.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 x #s(literal 1/2 binary64))))) (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) (-.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(+.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (neg.f64 (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) x (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (neg.f64 (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x #s(literal 2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 1/2 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 3/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 3/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 3/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 3/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))))) |
(/.f64 (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64)))))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64)))))) (neg.f64 (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) #s(literal 2 binary64))) (*.f64 (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (neg.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(*.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64))) #s(literal 3 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64))) #s(literal 3 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(pow.f64 #s(literal 2 binary64) #s(literal -3/2 binary64)) |
(pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal -3 binary64)) |
(pow.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (pow.f64 #s(literal 2 binary64) #s(literal 3/4 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 #s(literal 2 binary64) #s(literal 3/4 binary64)) #s(literal -1 binary64))) |
(+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))) |
(+.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(+.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (neg.f64 (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(+.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1 binary64) x)) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (neg.f64 (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (/.f64 #s(literal 1 binary64) x)) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) x) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) x)) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))) (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64))))) |
(/.f64 (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))))) |
(/.f64 (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (+.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) (neg.f64 (+.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64)))))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64)))))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))))) (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64)))))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))))) (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) x)) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) x)) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) x)) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) x)) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 1/8 binary64) (*.f64 x x) #s(literal -2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) #s(literal 2 binary64))) (*.f64 (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)))) (neg.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (pow.f64 (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (-.f64 (*.f64 (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) #s(literal 3 binary64)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x x)) (*.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (*.f64 (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x x))) (-.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(pow.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) x) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(+.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))) |
(+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x #s(literal 3/16 binary64))) |
(-.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) |
(fma.f64 x (*.f64 x #s(literal 7/192 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 7/192 binary64) (*.f64 x x) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) x #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1 binary64) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)) (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (-.f64 (*.f64 (*.f64 x #s(literal 3/16 binary64)) (*.f64 x #s(literal 3/16 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x #s(literal 3/16 binary64)))))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 7/192 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x #s(literal 3/16 binary64)) (*.f64 x #s(literal 3/16 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x #s(literal 3/16 binary64)))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) x) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) x) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)) (pow.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (-.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 3/16 binary64)) (*.f64 x #s(literal 3/16 binary64))) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x #s(literal 3/16 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (*.f64 x #s(literal 3/16 binary64)) (*.f64 x #s(literal 3/16 binary64)))) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x #s(literal 3/16 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))) (+.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) |
(+.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 3/16 binary64)) |
(+.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))) |
(+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (neg.f64 (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(-.f64 (/.f64 #s(literal 9/256 binary64) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(fma.f64 #s(literal 7/192 binary64) x #s(literal 3/16 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (neg.f64 (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (neg.f64 (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) #s(literal 9/256 binary64))) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))) (neg.f64 (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (fma.f64 (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) (*.f64 (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(*.f64 (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))))) |
| 1× | egg-herbie |
| 10 586× | accelerator-lowering-fma.f32 |
| 10 586× | accelerator-lowering-fma.f64 |
| 3 958× | *-lowering-*.f32 |
| 3 958× | *-lowering-*.f64 |
| 2 708× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 196 | 1199 |
| 1 | 652 | 1039 |
| 2 | 2116 | 953 |
| 3 | 6397 | 949 |
| 0 | 8336 | 866 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(sqrt (+ 1 (exp x))) |
(sqrt (+ 1 (exp x))) |
(sqrt (+ 1 (exp x))) |
(sqrt (+ 1 (exp x))) |
(sqrt (+ 1 (exp x))) |
(sqrt (+ 1 (exp x))) |
(sqrt (+ 1 (exp x))) |
(sqrt (+ 1 (exp x))) |
2 |
(+ 2 x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))) |
(+ 1 (exp x)) |
(+ 1 (exp x)) |
(+ 1 (exp x)) |
(+ 1 (exp x)) |
(+ 1 (exp x)) |
(+ 1 (exp x)) |
(+ 1 (exp x)) |
(+ 1 (exp x)) |
1 |
(+ 1 x) |
(+ 1 (* x (+ 1 (* 1/2 x)))) |
(+ 1 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))) |
(exp x) |
(exp x) |
(exp x) |
(exp x) |
(exp x) |
(exp x) |
(exp x) |
(exp x) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (+ (* -1/4 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (pow (sqrt 2) 3))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(* x (sqrt 1/2)) |
(* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2)))))) |
(* x (+ (sqrt 1/2) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2)))))) |
(* x (+ (sqrt 1/2) (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 3) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2))))))) |
(* -1 (* x (sqrt 1/2))) |
(* -1 (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2))))))) |
(* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (sqrt 1/2)))) (* 1/2 (/ 1 (sqrt 1/2)))) x))))) |
(* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1 (/ (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (pow (sqrt 1/2) 3)))) (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) x)) (* 1/2 (/ 1 (sqrt 1/2)))) x))))) |
2 |
(+ 2 x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
1 |
(+ 1 (* 1/2 x)) |
(+ 1 (* 1/2 x)) |
(+ 1 (* 1/2 x)) |
(* 1/2 x) |
(* x (+ 1/2 (/ 1 x))) |
(* x (+ 1/2 (/ 1 x))) |
(* x (+ 1/2 (/ 1 x))) |
(* 1/2 x) |
(* x (+ 1/2 (/ 1 x))) |
(* x (+ 1/2 (/ 1 x))) |
(* x (+ 1/2 (/ 1 x))) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(* 1/2 (/ x (sqrt 2))) |
(* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x))) |
(* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x))) |
(* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x))) |
(* 1/2 (/ x (sqrt 2))) |
(* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))))) |
(* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))))) |
(* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))))) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3)))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
1/2 |
(+ 1/2 (* 3/16 x)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(* 7/192 (pow x 2)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* 7/192 (pow x 2)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
3/16 |
(+ 3/16 (* 7/192 x)) |
(+ 3/16 (* 7/192 x)) |
(+ 3/16 (* 7/192 x)) |
(* 7/192 x) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* 7/192 x) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
| Outputs |
|---|
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 x (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt (+ 1 (exp x))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (+ 1 (exp x))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (+ 1 (exp x))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (+ 1 (exp x))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (+ 1 (exp x))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (+ 1 (exp x))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (+ 1 (exp x))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
(sqrt (+ 1 (exp x))) |
(sqrt.f64 (+.f64 #s(literal 1 binary64) (exp.f64 x))) |
2 |
#s(literal 2 binary64) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(fma.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 2 binary64)) |
(+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))) |
(fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(+ 1 (exp x)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+ 1 (exp x)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+ 1 (exp x)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+ 1 (exp x)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+ 1 (exp x)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+ 1 (exp x)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+ 1 (exp x)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
(+ 1 (exp x)) |
(+.f64 #s(literal 1 binary64) (exp.f64 x)) |
1 |
#s(literal 1 binary64) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 (* x (+ 1 (* 1/2 x)))) |
(fma.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(+ 1 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))) |
(fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(exp x) |
(exp.f64 x) |
(exp x) |
(exp.f64 x) |
(exp x) |
(exp.f64 x) |
(exp x) |
(exp.f64 x) |
(exp x) |
(exp.f64 x) |
(exp x) |
(exp.f64 x) |
(exp x) |
(exp.f64 x) |
(exp x) |
(exp.f64 x) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (+ (* -1/4 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (pow (sqrt 2) 3))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 x (fma.f64 x (*.f64 (fma.f64 x #s(literal -1/4 binary64) #s(literal 1 binary64)) (/.f64 #s(literal 3/16 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* x (sqrt 1/2)) |
(*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) |
(* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2)))))) |
(fma.f64 x (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(* x (+ (sqrt 1/2) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2)))))) |
(fma.f64 x (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal 3/4 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* x (+ (sqrt 1/2) (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 3) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2))))))) |
(+.f64 (fma.f64 x (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal 3/4 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))))) (/.f64 #s(literal -3/4 binary64) (*.f64 x (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* -1 (* x (sqrt 1/2))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) |
(* -1 (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2))))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 x (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (sqrt 1/2)))) (* 1/2 (/ 1 (sqrt 1/2)))) x))))) |
(-.f64 (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) |
(* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1 (/ (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (pow (sqrt 1/2) 3)))) (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) x)) (* 1/2 (/ 1 (sqrt 1/2)))) x))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 x (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal 3/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) x)))) |
2 |
#s(literal 2 binary64) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(fma.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 2 binary64)) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(fma.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 2 binary64)) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(*.f64 x (fma.f64 #s(literal 1/2 binary64) x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) x)))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(*.f64 x (fma.f64 #s(literal 1/2 binary64) x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) x)))) |
(* 1/2 (pow x 2)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(*.f64 x (fma.f64 #s(literal 1/2 binary64) x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) x)))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(*.f64 x (fma.f64 #s(literal 1/2 binary64) x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) x)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 x)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(+ 1 (* 1/2 x)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(+ 1 (* 1/2 x)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 1/2 (/ x (sqrt 2))) |
(/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* x (+ (* 1/2 (/ 1 (sqrt 2))) (/ (sqrt 2) x))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 1/2 (/ x (sqrt 2))) |
(/.f64 x (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* -1 (* x (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 x (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 x (fma.f64 (*.f64 x x) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 (sqrt.f64 #s(literal 2 binary64)) x))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3)))))) |
(*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1/2 binary64) x))) x)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (+.f64 (+.f64 (/.f64 #s(literal 3/16 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x))) (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) x))) x))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 3/16 x)) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(*.f64 x (+.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1/2 binary64) x))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(*.f64 x (+.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1/2 binary64) x))) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(*.f64 x (+.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1/2 binary64) x))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(*.f64 x (+.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1/2 binary64) x))) |
3/16 |
#s(literal 3/16 binary64) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
Compiled 16 643 to 1 741 computations (89.5% saved)
20 alts after pruning (15 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 672 | 12 | 684 |
| Fresh | 0 | 3 | 3 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 0 | 0 |
| Total | 672 | 20 | 692 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 63.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| 64.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) | |
| 63.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) | |
| ▶ | 63.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| 61.9% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) | |
| 63.6% | (fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) | |
| ✓ | 63.0% | (fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| 62.5% | (/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) | |
| 2.7% | (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) | |
| 36.3% | (*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)))) | |
| ▶ | 3.2% | (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
| 3.3% | (*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) | |
| ▶ | 64.8% | (sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
| 63.3% | (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) | |
| ✓ | 64.8% | (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| 62.6% | (sqrt.f64 (-.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1 binary64))) | |
| ✓ | 100.0% | (sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
| ▶ | 62.6% | (sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
| ▶ | 4.6% | (sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
| ✓ | 68.8% | (sqrt.f64 #s(literal 2 binary64)) |
Compiled 480 to 311 computations (35.2% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 448 | (+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
| ✓ | cost-diff | 0 | (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 2 binary64) x) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
| ✓ | cost-diff | 0 | (+.f64 x #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
| ✓ | cost-diff | 128 | (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64))) |
| 1 172× | accelerator-lowering-fma.f32 |
| 1 172× | accelerator-lowering-fma.f64 |
| 478× | *-lowering-*.f32 |
| 478× | *-lowering-*.f64 |
| 256× | associate-*l* |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 151 |
| 1 | 78 | 147 |
| 2 | 195 | 147 |
| 3 | 435 | 147 |
| 4 | 645 | 147 |
| 5 | 848 | 147 |
| 6 | 848 | 147 |
| 0 | 848 | 131 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(sqrt (+ (* (* x x) 1/2) (+ x 2))) |
(+ (* (* x x) 1/2) (+ x 2)) |
(* x x) |
x |
1/2 |
(+ x 2) |
2 |
(sqrt (+ 2 x)) |
(+ 2 x) |
2 |
x |
(sqrt (* x (+ (* 1/2 x) 1))) |
(* x (+ (* 1/2 x) 1)) |
x |
(+ (* 1/2 x) 1) |
1/2 |
1 |
(* x (* (/ x (sqrt 2)) (+ (* x 7/192) 3/16))) |
x |
(* (/ x (sqrt 2)) (+ (* x 7/192) 3/16)) |
(/ x (sqrt 2)) |
(sqrt 2) |
2 |
(+ (* x 7/192) 3/16) |
7/192 |
3/16 |
(+ (* (/ x (sqrt 2)) (+ (* x (* x 7/192)) (+ (* x 3/16) 1/2))) (sqrt 2)) |
(/ x (sqrt 2)) |
x |
(sqrt 2) |
2 |
(+ (* x (* x 7/192)) (+ (* x 3/16) 1/2)) |
(* x (* x 7/192)) |
(* x 7/192) |
7/192 |
(+ (* x 3/16) 1/2) |
3/16 |
1/2 |
| Outputs |
|---|
(sqrt (+ (* (* x x) 1/2) (+ x 2))) |
(sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(+ (* (* x x) 1/2) (+ x 2)) |
(fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(* x x) |
(*.f64 x x) |
x |
1/2 |
#s(literal 1/2 binary64) |
(+ x 2) |
(+.f64 x #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(sqrt (+ 2 x)) |
(sqrt.f64 (+.f64 x #s(literal 2 binary64))) |
(+ 2 x) |
(+.f64 x #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
x |
(sqrt (* x (+ (* 1/2 x) 1))) |
(sqrt.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(* x (+ (* 1/2 x) 1)) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
x |
(+ (* 1/2 x) 1) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
1 |
#s(literal 1 binary64) |
(* x (* (/ x (sqrt 2)) (+ (* x 7/192) 3/16))) |
(*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 (*.f64 x x) (sqrt.f64 #s(literal 2 binary64)))) |
x |
(* (/ x (sqrt 2)) (+ (* x 7/192) 3/16)) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(+ (* x 7/192) 3/16) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
7/192 |
#s(literal 7/192 binary64) |
3/16 |
#s(literal 3/16 binary64) |
(+ (* (/ x (sqrt 2)) (+ (* x (* x 7/192)) (+ (* x 3/16) 1/2))) (sqrt 2)) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
x |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(+ (* x (* x 7/192)) (+ (* x 3/16) 1/2)) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(* x (* x 7/192)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* x 7/192) |
(*.f64 x #s(literal 7/192 binary64)) |
7/192 |
#s(literal 7/192 binary64) |
(+ (* x 3/16) 1/2) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
3/16 |
#s(literal 3/16 binary64) |
1/2 |
#s(literal 1/2 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 x #s(literal 7/192 binary64))) |
| ✓ | accuracy | 99.8% | (*.f64 x #s(literal 7/192 binary64)) |
| ✓ | accuracy | 99.8% | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
| ✓ | accuracy | 99.8% | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
| ✓ | accuracy | 99.9% | (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64))) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 2 binary64) x) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
| 35.0ms | 154× | 0 | invalid |
| 17.0ms | 88× | 0 | valid |
| 12.0ms | 14× | 5 | exit |
Compiled 141 to 31 computations (78% saved)
ival-mult: 17.0ms (37% of total)ival-sqrt: 9.0ms (19.6% of total)ival-add: 9.0ms (19.6% of total)const: 5.0ms (10.9% of total)adjust: 3.0ms (6.5% of total)ival-div: 2.0ms (4.3% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (* x x) 1/2) (+ x 2))> |
#<alt (sqrt (+ (* (* x x) 1/2) (+ x 2)))> |
#<alt (* x x)> |
#<alt (+ x 2)> |
#<alt (sqrt (+ 2 x))> |
#<alt (+ 2 x)> |
#<alt (sqrt (* x (+ (* 1/2 x) 1)))> |
#<alt (* x (+ (* 1/2 x) 1))> |
#<alt (+ (* 1/2 x) 1)> |
#<alt (* x (* (/ x (sqrt 2)) (+ (* x 7/192) 3/16)))> |
#<alt (* (/ x (sqrt 2)) (+ (* x 7/192) 3/16))> |
#<alt (/ x (sqrt 2))> |
#<alt (sqrt 2)> |
#<alt (+ (* x (* x 7/192)) (+ (* x 3/16) 1/2))> |
#<alt (+ (* (/ x (sqrt 2)) (+ (* x (* x 7/192)) (+ (* x 3/16) 1/2))) (sqrt 2))> |
#<alt (+ (* x 7/192) 3/16)> |
#<alt (* x 7/192)> |
#<alt (* x (* x 7/192))> |
| Outputs |
|---|
#<alt 2> |
#<alt (+ 2 x)> |
#<alt (+ 2 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 2 (* x (+ 1 (* 1/2 x))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))))> |
#<alt (* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))))> |
#<alt (* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (+ (* -1/4 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (pow (sqrt 2) 3))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* x (sqrt 1/2))> |
#<alt (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2))))))> |
#<alt (* x (+ (sqrt 1/2) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2))))))> |
#<alt (* x (+ (sqrt 1/2) (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 3) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2)))))))> |
#<alt (* -1 (* x (sqrt 1/2)))> |
#<alt (* -1 (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2)))))))> |
#<alt (* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (sqrt 1/2)))) (* 1/2 (/ 1 (sqrt 1/2)))) x)))))> |
#<alt (* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1 (/ (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (pow (sqrt 1/2) 3)))) (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) x)) (* 1/2 (/ 1 (sqrt 1/2)))) x)))))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt 2> |
#<alt (+ 2 x)> |
#<alt (+ 2 x)> |
#<alt (+ 2 x)> |
#<alt x> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt x> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* -1/8 (/ x (pow (sqrt 2) 3))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (- (* 1/16 (/ x (pow (sqrt 2) 5))) (* 1/8 (/ 1 (pow (sqrt 2) 3))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (sqrt x)> |
#<alt (* x (+ (sqrt (/ 1 x)) (sqrt (/ 1 (pow x 3)))))> |
#<alt (* x (+ (sqrt (/ 1 x)) (+ (sqrt (/ 1 (pow x 3))) (* -1/2 (sqrt (/ 1 (pow x 5)))))))> |
#<alt (* x (+ (sqrt (/ 1 x)) (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (sqrt (/ 1 (pow x 5)))) (* 1/2 (sqrt (/ 1 (pow x 7))))))))> |
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))> |
#<alt (* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1) 2)))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1) 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1) 4)))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))> |
#<alt 2> |
#<alt (+ 2 x)> |
#<alt (+ 2 x)> |
#<alt (+ 2 x)> |
#<alt x> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt x> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (* x (+ 1 (* 2 (/ 1 x))))> |
#<alt (sqrt x)> |
#<alt (+ (sqrt x) (* 1/4 (sqrt (pow x 3))))> |
#<alt (+ (sqrt x) (* (pow x 2) (+ (* -1/32 (sqrt x)) (* 1/4 (sqrt (/ 1 x))))))> |
#<alt (+ (sqrt x) (* (pow x 2) (+ (* 1/4 (sqrt (/ 1 x))) (* (pow x 2) (+ (* -1/32 (sqrt (/ 1 (pow x 3)))) (* 1/128 (sqrt (/ 1 x))))))))> |
#<alt (* x (sqrt 1/2))> |
#<alt (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2))))))> |
#<alt (* x (- (+ (sqrt 1/2) (/ 1/2 (* x (sqrt 1/2)))) (/ 1/8 (* (pow x 2) (pow (sqrt 1/2) 3)))))> |
#<alt (* x (- (+ (sqrt 1/2) (+ (/ 1/2 (* x (sqrt 1/2))) (* 1/16 (/ 1 (* (pow x 3) (pow (sqrt 1/2) 5)))))) (* 1/8 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3))))))> |
#<alt (* -1 (* x (* (sqrt -1) (sqrt -1/2))))> |
#<alt (* -1 (* x (+ (* -1/2 (/ (sqrt -1) (* x (sqrt -1/2)))) (* (sqrt -1) (sqrt -1/2)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (+ (* 1/8 (/ (sqrt -1) (* x (pow (sqrt -1/2) 3)))) (* 1/2 (/ (sqrt -1) (sqrt -1/2)))) x)) (* (sqrt -1) (sqrt -1/2)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (/ (sqrt -1) (pow (sqrt -1/2) 3))) (* -1/16 (/ (sqrt -1) (* x (pow (sqrt -1/2) 5))))) x)) (* 1/2 (/ (sqrt -1) (sqrt -1/2)))) x)) (* (sqrt -1) (sqrt -1/2)))))> |
#<alt x> |
#<alt (* x (+ 1 (* 1/2 x)))> |
#<alt (* x (+ 1 (* 1/2 x)))> |
#<alt (* x (+ 1 (* 1/2 x)))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* 1/2 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt (* (pow x 2) (+ 1/2 (/ 1 x)))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 x))> |
#<alt (+ 1 (* 1/2 x))> |
#<alt (+ 1 (* 1/2 x))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* x (+ 1/2 (/ 1 x)))> |
#<alt (* 3/16 (/ (pow x 2) (sqrt 2)))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2)))))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2)))))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2)))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* 3/16 (/ x (sqrt 2)))> |
#<alt (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2)))))> |
#<alt (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2)))))> |
#<alt (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2)))))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 3/16 x))> |
#<alt (+ 1/2 (* x (+ 3/16 (* 7/192 x))))> |
#<alt (+ 1/2 (* x (+ 3/16 (* 7/192 x))))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3))))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt 3/16> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (* 7/192 x)> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* 7/192 x)> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 x)> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* 7/192 (pow x 2))> |
51 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | (sqrt (+ 2 x)) |
| 1.0ms | x | @ | -inf | (sqrt (+ 2 x)) |
| 0.0ms | x | @ | -inf | (sqrt (* x (+ (* 1/2 x) 1))) |
| 0.0ms | x | @ | 0 | (* x (* (/ x (sqrt 2)) (+ (* x 7/192) 3/16))) |
| 0.0ms | x | @ | 0 | (sqrt (* x (+ (* 1/2 x) 1))) |
| 1× | batch-egg-rewrite |
| 4 656× | /-lowering-/.f32 |
| 4 656× | /-lowering-/.f64 |
| 4 484× | accelerator-lowering-fma.f32 |
| 4 484× | accelerator-lowering-fma.f64 |
| 4 450× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 123 |
| 1 | 192 | 119 |
| 2 | 1836 | 119 |
| 0 | 8920 | 104 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (* x x) 1/2) (+ x 2)) |
(sqrt (+ (* (* x x) 1/2) (+ x 2))) |
(* x x) |
(+ x 2) |
(sqrt (+ 2 x)) |
(+ 2 x) |
(sqrt (* x (+ (* 1/2 x) 1))) |
(* x (+ (* 1/2 x) 1)) |
(+ (* 1/2 x) 1) |
(* x (* (/ x (sqrt 2)) (+ (* x 7/192) 3/16))) |
(* (/ x (sqrt 2)) (+ (* x 7/192) 3/16)) |
(/ x (sqrt 2)) |
(sqrt 2) |
(+ (* x (* x 7/192)) (+ (* x 3/16) 1/2)) |
(+ (* (/ x (sqrt 2)) (+ (* x (* x 7/192)) (+ (* x 3/16) 1/2))) (sqrt 2)) |
(+ (* x 7/192) 3/16) |
(* x 7/192) |
(* x (* x 7/192)) |
| Outputs |
|---|
(+.f64 x (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) |
(+.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(+.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64)) |
(+.f64 (fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) x) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))) (/.f64 (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) |
(-.f64 (/.f64 (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) (-.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 4 binary64) (-.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 x #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x (+.f64 x #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) x (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(fma.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) x #s(literal 2 binary64)) |
(fma.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 2 binary64) x)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (fma.f64 x x #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -2 binary64))) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 8 binary64)) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64)) (-.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))) (*.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))))) (*.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 8 binary64))) (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (neg.f64 (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64))) (neg.f64 (-.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64)))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (fma.f64 x x (-.f64 (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))) (*.f64 x (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(/.f64 (+.f64 #s(literal 8 binary64) (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))) (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (fma.f64 (fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) (fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal 2 binary64)) x)))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(*.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (sqrt.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))))) |
(/.f64 (sqrt.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (sqrt.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 (*.f64 x x) (*.f64 #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) (sqrt.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 8 binary64))) (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) (sqrt.f64 (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 4 binary64))) (sqrt.f64 (-.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) |
(pow.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 x #s(literal 2 binary64)) (-.f64 (+.f64 x #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64)))))) |
(*.f64 (pow.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(+.f64 x #s(literal 2 binary64)) |
(+.f64 #s(literal 2 binary64) x) |
(-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 2 binary64) x)) (/.f64 (*.f64 x x) (-.f64 #s(literal 2 binary64) x))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (+.f64 x #s(literal -2 binary64)))) |
(fma.f64 x #s(literal 1 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal 1 binary64) x #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)) (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))) (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 4 binary64) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal -2 binary64)) (fma.f64 x x #s(literal -4 binary64)))) |
(/.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))) |
(/.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)) (-.f64 #s(literal 2 binary64) x)) |
(/.f64 (fma.f64 x x #s(literal -4 binary64)) (+.f64 x #s(literal -2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 4 binary64) (*.f64 x x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x #s(literal -2 binary64)) (fma.f64 x x #s(literal -4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (neg.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (neg.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x))) (neg.f64 (-.f64 #s(literal 2 binary64) x))) |
(/.f64 (neg.f64 (fma.f64 x x #s(literal -4 binary64))) (neg.f64 (+.f64 x #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (-.f64 #s(literal 2 binary64) x)) (*.f64 (-.f64 #s(literal 2 binary64) x) (*.f64 x x))) (*.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 2 binary64) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x #s(literal -2 binary64))) (*.f64 (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))) (*.f64 (+.f64 x #s(literal -2 binary64)) (+.f64 x #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)))) (neg.f64 (neg.f64 (-.f64 #s(literal 2 binary64) x)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x x #s(literal -4 binary64)))) (neg.f64 (neg.f64 (+.f64 x #s(literal -2 binary64))))) |
(pow.f64 (/.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 4 binary64) (*.f64 x x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x #s(literal -2 binary64)) (fma.f64 x x #s(literal -4 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)))) |
(*.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))))) |
(*.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 2 binary64) x))) |
(*.f64 (fma.f64 x x #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 x #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 4 binary64) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 x #s(literal -2 binary64)) (fma.f64 x x #s(literal -4 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (sqrt.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (sqrt.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x))) (sqrt.f64 (-.f64 #s(literal 2 binary64) x))) |
(/.f64 (sqrt.f64 (fma.f64 x x #s(literal -4 binary64))) (sqrt.f64 (+.f64 x #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) (sqrt.f64 (neg.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)))) (sqrt.f64 (neg.f64 (-.f64 #s(literal 2 binary64) x)))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 x x #s(literal -4 binary64)))) (sqrt.f64 (neg.f64 (+.f64 x #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)))) (neg.f64 (sqrt.f64 (-.f64 #s(literal 2 binary64) x)))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 x x #s(literal -4 binary64)))) (neg.f64 (sqrt.f64 (+.f64 x #s(literal -2 binary64))))) |
(pow.f64 (+.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 x #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 x #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 2 binary64) x)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 2 binary64) x)))) |
(*.f64 (sqrt.f64 (fma.f64 x x #s(literal -4 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 x x #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -2 binary64))))) |
(*.f64 (pow.f64 (+.f64 x #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 x #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(+.f64 x #s(literal 2 binary64)) |
(+.f64 #s(literal 2 binary64) x) |
(-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 2 binary64) x)) (/.f64 (*.f64 x x) (-.f64 #s(literal 2 binary64) x))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (+.f64 x #s(literal -2 binary64)))) |
(fma.f64 x #s(literal 1 binary64) #s(literal 2 binary64)) |
(fma.f64 #s(literal 1 binary64) x #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)) (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))) (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 4 binary64) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal -2 binary64)) (fma.f64 x x #s(literal -4 binary64)))) |
(/.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))) |
(/.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))) |
(/.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)) (-.f64 #s(literal 2 binary64) x)) |
(/.f64 (fma.f64 x x #s(literal -4 binary64)) (+.f64 x #s(literal -2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 4 binary64) (*.f64 x x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x #s(literal -2 binary64)) (fma.f64 x x #s(literal -4 binary64))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (neg.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) (neg.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x))) (neg.f64 (-.f64 #s(literal 2 binary64) x))) |
(/.f64 (neg.f64 (fma.f64 x x #s(literal -4 binary64))) (neg.f64 (+.f64 x #s(literal -2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (-.f64 #s(literal 2 binary64) x)) (*.f64 (-.f64 #s(literal 2 binary64) x) (*.f64 x x))) (*.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 2 binary64) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x #s(literal -2 binary64))) (*.f64 (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))) (*.f64 (+.f64 x #s(literal -2 binary64)) (+.f64 x #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)))) (neg.f64 (neg.f64 (-.f64 #s(literal 2 binary64) x)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x x #s(literal -4 binary64)))) (neg.f64 (neg.f64 (+.f64 x #s(literal -2 binary64))))) |
(pow.f64 (/.f64 (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))) (fma.f64 x (*.f64 x x) #s(literal 8 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 4 binary64) (*.f64 x x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x #s(literal -2 binary64)) (fma.f64 x x #s(literal -4 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (+.f64 x #s(literal -2 binary64)) #s(literal 4 binary64)))) |
(*.f64 (fma.f64 x (*.f64 x x) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x x #s(literal 4 binary64)) (*.f64 x #s(literal 2 binary64))))) |
(*.f64 (-.f64 #s(literal 4 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 2 binary64) x))) |
(*.f64 (fma.f64 x x #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x (*.f64 x x)))) (sqrt.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 x x))) (sqrt.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x))) |
(/.f64 (sqrt.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)))) (sqrt.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)))) (sqrt.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)) x)) (sqrt.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) x)) (sqrt.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(pow.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (sqrt.f64 x)) |
(*.f64 (pow.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 1/4 binary64)) (pow.f64 (*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) #s(literal 1/4 binary64))) |
(+.f64 x (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x))) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) x) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) x) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 x x) x) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) x x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 x (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x (*.f64 x x))) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 x x)) (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x)) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) x) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x (*.f64 x x)))) (neg.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/2 binary64))) x))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)))) (neg.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)) x)) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) x)) (neg.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (fma.f64 x (*.f64 x x) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 x x (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 x (*.f64 x (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) x) |
(+.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64))))) |
(pow.f64 (/.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)) (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/4 binary64) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal -1 binary64)))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 x (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 x (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 x (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 x (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 7/192 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 7/192 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 7/192 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 7/192 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) x (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) x (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) x (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) x (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x #s(literal 7/192 binary64)) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x #s(literal 7/192 binary64)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x #s(literal 7/192 binary64)) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x #s(literal 7/192 binary64)) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 7/192 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 7/192 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 7/192 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 7/192 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x x)) #s(literal 7/192 binary64) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x x)) #s(literal 7/192 binary64) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x x)) #s(literal 7/192 binary64) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x x)) #s(literal 7/192 binary64) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) |
(/.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) |
(/.f64 (neg.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (pow.f64 (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (pow.f64 (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x)) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (pow.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (fma.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64)) (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (fma.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))))))) |
(*.f64 x (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) x) |
(*.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(+.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (/.f64 (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) (/.f64 (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(fma.f64 x (*.f64 #s(literal 7/192 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 7/192 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 7/192 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 7/192 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 #s(literal 7/192 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 #s(literal 3/16 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 x #s(literal 3/16 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 7/192 binary64) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 #s(literal -3/16 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)) x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 3/16 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x x) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 7/192 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 #s(literal 7/192 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x x) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 3/16 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 #s(literal 3/16 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) |
(/.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) x) (*.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) x) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)))) (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) |
(/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) |
(/.f64 (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) |
(/.f64 (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal 3/16 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 x #s(literal 3/16 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 3/16 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x #s(literal 3/16 binary64)))) #s(literal 2 binary64)) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal 3/16 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 1 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 x #s(literal 3/16 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) x)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 3/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 7/192 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal 3/16 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 x #s(literal 3/16 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 7/192 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 3/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 #s(literal 3/16 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 #s(literal 3/16 binary64) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 #s(literal 3/16 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 #s(literal 3/16 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) #s(literal 2 binary64)) |
(/.f64 (fma.f64 (*.f64 x #s(literal 3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 1 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 3/16 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x #s(literal 3/16 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 #s(literal 3/16 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 x #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/16 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) (neg.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) (neg.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) x)) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (-.f64 #s(literal 0 binary64) x))) (neg.f64 (*.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) x)) (neg.f64 (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (-.f64 #s(literal 0 binary64) x))) (neg.f64 (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64))))) (neg.f64 (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (-.f64 #s(literal 0 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (fma.f64 #s(literal 27/4096 binary64) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(pow.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(*.f64 x (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) x) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64)))) |
(sqrt.f64 #s(literal 2 binary64)) |
(pow.f64 #s(literal 2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 4 binary64) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 x #s(literal 3/16 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) |
(+.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) |
(+.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64)) |
(+.f64 (fma.f64 x (*.f64 x #s(literal 7/192 binary64)) #s(literal 1/2 binary64)) (*.f64 x #s(literal 3/16 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (/.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 7/192 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 x #s(literal 3/16 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 7/192 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 7/192 binary64) (*.f64 x x) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 3/16 binary64) x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) |
(fma.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) x #s(literal 1/2 binary64)) |
(fma.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) #s(literal 9/256 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 x #s(literal 3/32 binary64))))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 9/256 binary64) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))) (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)))) (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))))) |
(/.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)))) (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (*.f64 (*.f64 x x) (*.f64 #s(literal 7/192 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))) (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))))) (neg.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))))) (neg.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (*.f64 (*.f64 x x) (*.f64 #s(literal 7/192 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (-.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) (*.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)))))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/8 binary64))) (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))))) (neg.f64 (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64))) (neg.f64 (-.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))))) |
(/.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) #s(literal 9/256 binary64) (-.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (*.f64 (*.f64 x #s(literal 3/16 binary64)) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 x (*.f64 x #s(literal 7/192 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)))) (fma.f64 (fma.f64 x (*.f64 x #s(literal 7/192 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (*.f64 x #s(literal 7/192 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal 9/256 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal 7/192 binary64)) #s(literal 1/2 binary64)) (*.f64 x #s(literal 3/16 binary64)))))) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))) (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))))) |
(*.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(+.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(+.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal 2 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(-.f64 (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 x (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 7/192 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) x (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x #s(literal 7/192 binary64)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 7/192 binary64) (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x x)) #s(literal 7/192 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))))) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) #s(literal -2 binary64)))) |
(/.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) #s(literal -2 binary64)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (+.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) #s(literal -2 binary64))) (neg.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) (*.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 2 binary64))) (*.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) #s(literal -2 binary64)))) (neg.f64 (neg.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (pow.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (fma.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (-.f64 (*.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) #s(literal -2 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (-.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(+.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 3/16 binary64)) |
(+.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(-.f64 (/.f64 #s(literal 9/256 binary64) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(fma.f64 #s(literal 7/192 binary64) x #s(literal 3/16 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (neg.f64 (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) #s(literal 9/256 binary64))) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) (neg.f64 (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))) (neg.f64 (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))))) |
(pow.f64 (/.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(*.f64 x #s(literal 7/192 binary64)) |
(*.f64 #s(literal 7/192 binary64) x) |
(*.f64 x (*.f64 x #s(literal 7/192 binary64))) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(*.f64 #s(literal 7/192 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 7/192 binary64)) x) |
| 1× | egg-herbie |
| 11 168× | accelerator-lowering-fma.f32 |
| 11 168× | accelerator-lowering-fma.f64 |
| 5 268× | *-lowering-*.f32 |
| 5 268× | *-lowering-*.f64 |
| 3 254× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 312 | 1901 |
| 1 | 985 | 1748 |
| 2 | 3186 | 1630 |
| 0 | 8277 | 1517 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
2 |
(+ 2 x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (+ (* -1/4 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (pow (sqrt 2) 3))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(* x (sqrt 1/2)) |
(* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2)))))) |
(* x (+ (sqrt 1/2) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2)))))) |
(* x (+ (sqrt 1/2) (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 3) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2))))))) |
(* -1 (* x (sqrt 1/2))) |
(* -1 (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2))))))) |
(* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (sqrt 1/2)))) (* 1/2 (/ 1 (sqrt 1/2)))) x))))) |
(* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1 (/ (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (pow (sqrt 1/2) 3)))) (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) x)) (* 1/2 (/ 1 (sqrt 1/2)))) x))))) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
2 |
(+ 2 x) |
(+ 2 x) |
(+ 2 x) |
x |
(* x (+ 1 (* 2 (/ 1 x)))) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(* x (+ 1 (* 2 (/ 1 x)))) |
x |
(* x (+ 1 (* 2 (/ 1 x)))) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* -1/8 (/ x (pow (sqrt 2) 3))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (- (* 1/16 (/ x (pow (sqrt 2) 5))) (* 1/8 (/ 1 (pow (sqrt 2) 3))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(sqrt x) |
(* x (+ (sqrt (/ 1 x)) (sqrt (/ 1 (pow x 3))))) |
(* x (+ (sqrt (/ 1 x)) (+ (sqrt (/ 1 (pow x 3))) (* -1/2 (sqrt (/ 1 (pow x 5))))))) |
(* x (+ (sqrt (/ 1 x)) (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (sqrt (/ 1 (pow x 5)))) (* 1/2 (sqrt (/ 1 (pow x 7)))))))) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))) |
(* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1) 2)))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))) |
(* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1) 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1) 4)))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))) |
2 |
(+ 2 x) |
(+ 2 x) |
(+ 2 x) |
x |
(* x (+ 1 (* 2 (/ 1 x)))) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(* x (+ 1 (* 2 (/ 1 x)))) |
x |
(* x (+ 1 (* 2 (/ 1 x)))) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(sqrt x) |
(+ (sqrt x) (* 1/4 (sqrt (pow x 3)))) |
(+ (sqrt x) (* (pow x 2) (+ (* -1/32 (sqrt x)) (* 1/4 (sqrt (/ 1 x)))))) |
(+ (sqrt x) (* (pow x 2) (+ (* 1/4 (sqrt (/ 1 x))) (* (pow x 2) (+ (* -1/32 (sqrt (/ 1 (pow x 3)))) (* 1/128 (sqrt (/ 1 x)))))))) |
(* x (sqrt 1/2)) |
(* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2)))))) |
(* x (- (+ (sqrt 1/2) (/ 1/2 (* x (sqrt 1/2)))) (/ 1/8 (* (pow x 2) (pow (sqrt 1/2) 3))))) |
(* x (- (+ (sqrt 1/2) (+ (/ 1/2 (* x (sqrt 1/2))) (* 1/16 (/ 1 (* (pow x 3) (pow (sqrt 1/2) 5)))))) (* 1/8 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3)))))) |
(* -1 (* x (* (sqrt -1) (sqrt -1/2)))) |
(* -1 (* x (+ (* -1/2 (/ (sqrt -1) (* x (sqrt -1/2)))) (* (sqrt -1) (sqrt -1/2))))) |
(* -1 (* x (+ (* -1 (/ (+ (* 1/8 (/ (sqrt -1) (* x (pow (sqrt -1/2) 3)))) (* 1/2 (/ (sqrt -1) (sqrt -1/2)))) x)) (* (sqrt -1) (sqrt -1/2))))) |
(* -1 (* x (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (/ (sqrt -1) (pow (sqrt -1/2) 3))) (* -1/16 (/ (sqrt -1) (* x (pow (sqrt -1/2) 5))))) x)) (* 1/2 (/ (sqrt -1) (sqrt -1/2)))) x)) (* (sqrt -1) (sqrt -1/2))))) |
x |
(* x (+ 1 (* 1/2 x))) |
(* x (+ 1 (* 1/2 x))) |
(* x (+ 1 (* 1/2 x))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* 1/2 (pow x 2)) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
1 |
(+ 1 (* 1/2 x)) |
(+ 1 (* 1/2 x)) |
(+ 1 (* 1/2 x)) |
(* 1/2 x) |
(* x (+ 1/2 (/ 1 x))) |
(* x (+ 1/2 (/ 1 x))) |
(* x (+ 1/2 (/ 1 x))) |
(* 1/2 x) |
(* x (+ 1/2 (/ 1 x))) |
(* x (+ 1/2 (/ 1 x))) |
(* x (+ 1/2 (/ 1 x))) |
(* 3/16 (/ (pow x 2) (sqrt 2))) |
(* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* 3/16 (/ x (sqrt 2))) |
(* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
1/2 |
(+ 1/2 (* 3/16 x)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(* 7/192 (pow x 2)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* 7/192 (pow x 2)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3)))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
3/16 |
(+ 3/16 (* 7/192 x)) |
(+ 3/16 (* 7/192 x)) |
(+ 3/16 (* 7/192 x)) |
(* 7/192 x) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* 7/192 x) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 x) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
(* 7/192 (pow x 2)) |
| Outputs |
|---|
2 |
#s(literal 2 binary64) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(*.f64 x (fma.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (*.f64 x x))) #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(*.f64 x (fma.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (*.f64 x x))) #s(literal 1 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(*.f64 x (fma.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (*.f64 x x))) #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2))))) |
(*.f64 x (fma.f64 x (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (*.f64 x x))) #s(literal 1 binary64))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (+ (* -1/4 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (pow (sqrt 2) 3))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 x (fma.f64 (fma.f64 x #s(literal -1/4 binary64) #s(literal 1 binary64)) (/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* x (sqrt 1/2)) |
(*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) |
(* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2)))))) |
(fma.f64 x (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(* x (+ (sqrt 1/2) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2)))))) |
(fma.f64 x (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 3/4 binary64) (*.f64 x (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(* x (+ (sqrt 1/2) (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 3) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* (pow x 2) (sqrt 1/2)))) (/ 1/2 (* x (sqrt 1/2))))))) |
(fma.f64 x (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 #s(literal 3/4 binary64) (*.f64 x (*.f64 x (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))))))))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(* -1 (* x (sqrt 1/2))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) |
(* -1 (* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2))))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 x (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (sqrt 1/2)))) (* 1/2 (/ 1 (sqrt 1/2)))) x))))) |
(-.f64 (fma.f64 x (/.f64 #s(literal -3/4 binary64) (*.f64 x (*.f64 x (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) |
(* -1 (* x (+ (sqrt 1/2) (* -1 (/ (- (* -1 (/ (+ (* -1/4 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (* x (pow (sqrt 1/2) 3)))) (* 1/2 (/ (- 2 (* 1/4 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) x)) (* 1/2 (/ 1 (sqrt 1/2)))) x))))) |
(-.f64 (fma.f64 x (/.f64 (+.f64 (/.f64 #s(literal -3/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal 3/4 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64))))) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
2 |
#s(literal 2 binary64) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
x |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
x |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* -1/8 (/ x (pow (sqrt 2) 3))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 x (fma.f64 x (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (- (* 1/16 (/ x (pow (sqrt 2) 5))) (* 1/8 (/ 1 (pow (sqrt 2) 3))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 x (fma.f64 x (fma.f64 #s(literal 1/16 binary64) (/.f64 x (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt x) |
(sqrt.f64 x) |
(* x (+ (sqrt (/ 1 x)) (sqrt (/ 1 (pow x 3))))) |
(*.f64 x (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(* x (+ (sqrt (/ 1 x)) (+ (sqrt (/ 1 (pow x 3))) (* -1/2 (sqrt (/ 1 (pow x 5))))))) |
(*.f64 x (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))))) |
(* x (+ (sqrt (/ 1 x)) (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (sqrt (/ 1 (pow x 5)))) (* 1/2 (sqrt (/ 1 (pow x 7)))))))) |
(*.f64 x (+.f64 (fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(sqrt.f64 x) |
(* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))) |
(*.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1) 2)))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))) |
(*.f64 (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ (sqrt (/ 1 (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1) 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1) 4)))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))) |
(*.f64 (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) x)) |
2 |
#s(literal 2 binary64) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
x |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
x |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(* x (+ 1 (* 2 (/ 1 x)))) |
(+.f64 #s(literal 2 binary64) x) |
(sqrt x) |
(sqrt.f64 x) |
(+ (sqrt x) (* 1/4 (sqrt (pow x 3)))) |
(fma.f64 #s(literal 1/4 binary64) (sqrt.f64 (*.f64 x (*.f64 x x))) (sqrt.f64 x)) |
(+ (sqrt x) (* (pow x 2) (+ (* -1/32 (sqrt x)) (* 1/4 (sqrt (/ 1 x)))))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/32 binary64) #s(literal 1 binary64)) (sqrt.f64 x) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))) |
(+ (sqrt x) (* (pow x 2) (+ (* 1/4 (sqrt (/ 1 x))) (* (pow x 2) (+ (* -1/32 (sqrt (/ 1 (pow x 3)))) (* 1/128 (sqrt (/ 1 x)))))))) |
(fma.f64 (*.f64 x x) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 #s(literal 1/128 binary64) (*.f64 x x) #s(literal 1/4 binary64)))) (sqrt.f64 x)) |
(* x (sqrt 1/2)) |
(*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) |
(* x (+ (sqrt 1/2) (* 1/2 (/ 1 (* x (sqrt 1/2)))))) |
(fma.f64 x (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(* x (- (+ (sqrt 1/2) (/ 1/2 (* x (sqrt 1/2)))) (/ 1/8 (* (pow x 2) (pow (sqrt 1/2) 3))))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 x (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(* x (- (+ (sqrt 1/2) (+ (/ 1/2 (* x (sqrt 1/2))) (* 1/16 (/ 1 (* (pow x 3) (pow (sqrt 1/2) 5)))))) (* 1/8 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3)))))) |
(fma.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) (fma.f64 x (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64)))))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(* -1 (* x (* (sqrt -1) (sqrt -1/2)))) |
(*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (sqrt.f64 #s(literal -1 binary64))))) |
(* -1 (* x (+ (* -1/2 (/ (sqrt -1) (* x (sqrt -1/2)))) (* (sqrt -1) (sqrt -1/2))))) |
(-.f64 #s(literal 0 binary64) (fma.f64 x (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -1/2 binary64)))))) |
(* -1 (* x (+ (* -1 (/ (+ (* 1/8 (/ (sqrt -1) (* x (pow (sqrt -1/2) 3)))) (* 1/2 (/ (sqrt -1) (sqrt -1/2)))) x)) (* (sqrt -1) (sqrt -1/2))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 0 binary64)) (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 x (sqrt.f64 #s(literal -1/2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -1/2 binary64)))) x)))) |
(* -1 (* x (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (/ (sqrt -1) (pow (sqrt -1/2) 3))) (* -1/16 (/ (sqrt -1) (* x (pow (sqrt -1/2) 5))))) x)) (* 1/2 (/ (sqrt -1) (sqrt -1/2)))) x)) (* (sqrt -1) (sqrt -1/2))))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/16 binary64)) (*.f64 x (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64))))) x)) x)))) |
x |
(* x (+ 1 (* 1/2 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* x (+ 1 (* 1/2 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* x (+ 1 (* 1/2 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* 1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(* (pow x 2) (+ 1/2 (/ 1 x))) |
(*.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 x)) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(+ 1 (* 1/2 x)) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(+ 1 (* 1/2 x)) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(* 1/2 x) |
(*.f64 x #s(literal 1/2 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(* x (+ 1/2 (/ 1 x))) |
(fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(* 3/16 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 2) (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(*.f64 #s(literal 7/192 binary64) (*.f64 x (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(*.f64 #s(literal 7/192 binary64) (*.f64 x (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* 3/16 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 3/16 x)) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 (*.f64 x #s(literal 1/2 binary64)) x)) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 (*.f64 x #s(literal 1/2 binary64)) x)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 (*.f64 x #s(literal 1/2 binary64)) x)) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 (*.f64 x #s(literal 1/2 binary64)) x)) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 x (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(*.f64 #s(literal 7/192 binary64) (*.f64 x (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 x (fma.f64 (*.f64 x x) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3)))))) |
(*.f64 x (fma.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(*.f64 #s(literal 7/192 binary64) (*.f64 x (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1/2 binary64) x))) x) (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 3/16 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (+.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) x)) x) (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
3/16 |
#s(literal 3/16 binary64) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 7/192 binary64)) |
Compiled 19 465 to 2 165 computations (88.9% saved)
22 alts after pruning (14 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 911 | 8 | 919 |
| Fresh | 4 | 6 | 10 |
| Picked | 1 | 4 | 5 |
| Done | 1 | 4 | 5 |
| Total | 917 | 22 | 939 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 63.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| 63.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (sqrt.f64 #s(literal 2 binary64))) | |
| ▶ | 64.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| 61.9% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) | |
| 1.7% | (fma.f64 (*.f64 x x) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 #s(literal 1/128 binary64) (*.f64 x x) #s(literal 1/4 binary64)))) (sqrt.f64 x)) | |
| ▶ | 63.6% | (+.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| 3.2% | (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) | |
| 36.3% | (*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)))) | |
| 4.4% | (*.f64 x (/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)))) | |
| ✓ | 3.2% | (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
| ▶ | 2.7% | (*.f64 x (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)))) |
| 3.3% | (*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) | |
| ✓ | 64.8% | (sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
| ▶ | 63.3% | (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| ✓ | 64.8% | (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| 62.6% | (sqrt.f64 (/.f64 (fma.f64 x x #s(literal -4 binary64)) (+.f64 x #s(literal -2 binary64)))) | |
| 62.6% | (sqrt.f64 (-.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1 binary64))) | |
| ✓ | 100.0% | (sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
| ✓ | 62.6% | (sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
| ✓ | 4.6% | (sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
| ▶ | 3.0% | (sqrt.f64 x) |
| ✓ | 68.8% | (sqrt.f64 #s(literal 2 binary64)) |
Compiled 450 to 303 computations (32.7% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)))) |
| ✓ | cost-diff | 0 | (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (sqrt.f64 x) |
| ✓ | cost-diff | 0 | (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| 1 508× | accelerator-lowering-fma.f32 |
| 1 508× | accelerator-lowering-fma.f64 |
| 562× | *-lowering-*.f32 |
| 562× | *-lowering-*.f64 |
| 308× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 31 | 173 |
| 1 | 88 | 173 |
| 2 | 210 | 173 |
| 3 | 441 | 171 |
| 4 | 609 | 171 |
| 5 | 829 | 171 |
| 6 | 916 | 171 |
| 7 | 930 | 171 |
| 0 | 930 | 149 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(+ (* (/ x (sqrt 2)) (+ (* x 3/16) 1/2)) (sqrt 2)) |
(/ x (sqrt 2)) |
x |
(sqrt 2) |
2 |
(+ (* x 3/16) 1/2) |
3/16 |
1/2 |
(sqrt x) |
x |
(sqrt (+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2)) |
(+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2) |
x |
(+ (* x (+ (* x 1/6) 1/2)) 1) |
(+ (* x 1/6) 1/2) |
1/6 |
1/2 |
1 |
2 |
(* x (* x (* (/ x (sqrt 2)) 7/192))) |
x |
(* x (* (/ x (sqrt 2)) 7/192)) |
(* (/ x (sqrt 2)) 7/192) |
(/ x (sqrt 2)) |
(sqrt 2) |
2 |
7/192 |
(+ (/ (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) (sqrt 2)) |
(/ (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) |
(* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) |
x |
(+ (* x (+ (* x 7/192) 3/16)) 1/2) |
(+ (* x 7/192) 3/16) |
7/192 |
3/16 |
1/2 |
(sqrt 2) |
2 |
| Outputs |
|---|
(+ (* (/ x (sqrt 2)) (+ (* x 3/16) 1/2)) (sqrt 2)) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
x |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(+ (* x 3/16) 1/2) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
3/16 |
#s(literal 3/16 binary64) |
1/2 |
#s(literal 1/2 binary64) |
(sqrt x) |
(sqrt.f64 x) |
x |
(sqrt (+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2)) |
(sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2) |
(fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) |
x |
(+ (* x (+ (* x 1/6) 1/2)) 1) |
(fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(+ (* x 1/6) 1/2) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
1/6 |
#s(literal 1/6 binary64) |
1/2 |
#s(literal 1/2 binary64) |
1 |
#s(literal 1 binary64) |
2 |
#s(literal 2 binary64) |
(* x (* x (* (/ x (sqrt 2)) 7/192))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
x |
(* x (* (/ x (sqrt 2)) 7/192)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* (/ x (sqrt 2)) 7/192) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
7/192 |
#s(literal 7/192 binary64) |
(+ (/ (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) (sqrt 2)) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/ (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) |
(/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
x |
(+ (* x (+ (* x 7/192) 3/16)) 1/2) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(+ (* x 7/192) 3/16) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
7/192 |
#s(literal 7/192 binary64) |
3/16 |
#s(literal 3/16 binary64) |
1/2 |
#s(literal 1/2 binary64) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)))) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64))) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 x) |
| ✓ | accuracy | 100.0% | (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 99.7% | (/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
| 39.0ms | 154× | 0 | invalid |
| 25.0ms | 101× | 0 | valid |
| 1.0ms | 1× | 5 | exit |
Compiled 154 to 33 computations (78.6% saved)
ival-mult: 23.0ms (47.9% of total)ival-add: 8.0ms (16.7% of total)const: 6.0ms (12.5% of total)ival-sqrt: 6.0ms (12.5% of total)ival-div: 3.0ms (6.2% of total)adjust: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (/ x (sqrt 2)) (+ (* x 3/16) 1/2)) (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (sqrt 2)> |
#<alt (+ (* x 3/16) 1/2)> |
#<alt (sqrt x)> |
#<alt (sqrt (+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2))> |
#<alt (+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2)> |
#<alt (+ (* x (+ (* x 1/6) 1/2)) 1)> |
#<alt (+ (* x 1/6) 1/2)> |
#<alt (* x (* x (* (/ x (sqrt 2)) 7/192)))> |
#<alt (* x (* (/ x (sqrt 2)) 7/192))> |
#<alt (* (/ x (sqrt 2)) 7/192)> |
#<alt (+ (/ (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) (sqrt 2))> |
#<alt (/ (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2))> |
#<alt (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2))> |
#<alt (+ (* x (+ (* x 7/192) 3/16)) 1/2)> |
#<alt (+ (* x 7/192) 3/16)> |
| Outputs |
|---|
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* 3/16 (/ (pow x 2) (sqrt 2)))> |
#<alt (* (pow x 2) (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 2) (+ (/ 1/2 (* x (sqrt 2))) (+ (* 3/16 (/ 1 (sqrt 2))) (/ (sqrt 2) (pow x 2)))))> |
#<alt (* (pow x 2) (+ (/ 1/2 (* x (sqrt 2))) (+ (* 3/16 (/ 1 (sqrt 2))) (/ (sqrt 2) (pow x 2)))))> |
#<alt (* 3/16 (/ (pow x 2) (sqrt 2)))> |
#<alt (* (pow x 2) (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt (/ x (sqrt 2))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 3/16 x))> |
#<alt (+ 1/2 (* 3/16 x))> |
#<alt (+ 1/2 (* 3/16 x))> |
#<alt (* 3/16 x)> |
#<alt (* x (+ 3/16 (* 1/2 (/ 1 x))))> |
#<alt (* x (+ 3/16 (* 1/2 (/ 1 x))))> |
#<alt (* x (+ 3/16 (* 1/2 (/ 1 x))))> |
#<alt (* 3/16 x)> |
#<alt (* x (+ 3/16 (* 1/2 (/ 1 x))))> |
#<alt (* x (+ 3/16 (* 1/2 (/ 1 x))))> |
#<alt (* x (+ 3/16 (* 1/2 (/ 1 x))))> |
#<alt (sqrt x)> |
#<alt (sqrt x)> |
#<alt (sqrt x)> |
#<alt (sqrt x)> |
#<alt (sqrt x)> |
#<alt (sqrt x)> |
#<alt (sqrt x)> |
#<alt (sqrt x)> |
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt x) (pow (sqrt -1) 2)))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* (sqrt (pow x 3)) (sqrt 1/6))> |
#<alt (* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6))))> |
#<alt (* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6)))))> |
#<alt (* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 7))) (/ (- 2 (* 1/16 (/ x (pow (sqrt 1/6) 2)))) (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6))))))> |
#<alt (* (sqrt (pow x 3)) (* (sqrt -1) (sqrt -1/6)))> |
#<alt (* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6)))))> |
#<alt (* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6))))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt x) (/ (sqrt -1) (sqrt -1/6)))) (* -1/2 (* (sqrt (/ 1 x)) (/ (* (sqrt -1) (- 2 (* -1/16 (/ x (pow (sqrt -1/6) 2))))) (sqrt -1/6))))) (pow x 3))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6))))))> |
#<alt 2> |
#<alt (+ 2 x)> |
#<alt (+ 2 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x))))))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* (pow x 3) (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* (pow x 3) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))> |
#<alt (* (pow x 3) (+ 1/6 (+ (* 1/2 (/ 1 x)) (+ (/ 1 (pow x 2)) (* 2 (/ 1 (pow x 3)))))))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* (pow x 3) (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/6)))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))) x)) 1/6)))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 x))> |
#<alt (+ 1 (* x (+ 1/2 (* 1/6 x))))> |
#<alt (+ 1 (* x (+ 1/2 (* 1/6 x))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))> |
#<alt (* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))> |
#<alt (* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/6 x))> |
#<alt (+ 1/2 (* 1/6 x))> |
#<alt (+ 1/2 (* 1/6 x))> |
#<alt (* 1/6 x)> |
#<alt (* x (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* x (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* x (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* 1/6 x)> |
#<alt (* x (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* x (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* x (+ 1/6 (* 1/2 (/ 1 x))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ (pow x 2) (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (* 7/192 (/ x (sqrt 2)))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (/ x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3))))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* 1/2 (/ x (sqrt 2)))> |
#<alt (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))> |
#<alt (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))> |
#<alt (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* 7/192 (/ (pow x 3) (sqrt 2)))> |
#<alt (* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2))))))> |
#<alt (* 1/2 x)> |
#<alt (* x (+ 1/2 (* 3/16 x)))> |
#<alt (* x (+ 1/2 (* x (+ 3/16 (* 7/192 x)))))> |
#<alt (* x (+ 1/2 (* x (+ 3/16 (* 7/192 x)))))> |
#<alt (* 7/192 (pow x 3))> |
#<alt (* (pow x 3) (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* (pow x 3) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* (pow x 3) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* 7/192 (pow x 3))> |
#<alt (* (pow x 3) (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ 3/16 (* 1/2 (/ 1 x))) x)) 7/192)))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ 3/16 (* 1/2 (/ 1 x))) x)) 7/192)))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 3/16 x))> |
#<alt (+ 1/2 (* x (+ 3/16 (* 7/192 x))))> |
#<alt (+ 1/2 (* x (+ 3/16 (* 7/192 x))))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* 7/192 (pow x 2))> |
#<alt (* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt (* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x)))))> |
#<alt 3/16> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (+ 3/16 (* 7/192 x))> |
#<alt (* 7/192 x)> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* 7/192 x)> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
#<alt (* x (+ 7/192 (* 3/16 (/ 1 x))))> |
48 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | (sqrt (+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2)) |
| 3.0ms | x | @ | -inf | (+ (* (/ x (sqrt 2)) (+ (* x 3/16) 1/2)) (sqrt 2)) |
| 1.0ms | x | @ | inf | (sqrt (+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2)) |
| 1.0ms | x | @ | 0 | (* x (* x (* (/ x (sqrt 2)) 7/192))) |
| 0.0ms | x | @ | inf | (* x (* x (* (/ x (sqrt 2)) 7/192))) |
| 1× | batch-egg-rewrite |
| 4 594× | /-lowering-/.f32 |
| 4 594× | /-lowering-/.f64 |
| 4 488× | accelerator-lowering-fma.f32 |
| 4 488× | accelerator-lowering-fma.f64 |
| 4 316× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 31 | 147 |
| 1 | 200 | 147 |
| 2 | 1744 | 147 |
| 0 | 8431 | 125 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (/ x (sqrt 2)) (+ (* x 3/16) 1/2)) (sqrt 2)) |
(/ x (sqrt 2)) |
(sqrt 2) |
(+ (* x 3/16) 1/2) |
(sqrt x) |
(sqrt (+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2)) |
(+ (* x (+ (* x (+ (* x 1/6) 1/2)) 1)) 2) |
(+ (* x (+ (* x 1/6) 1/2)) 1) |
(+ (* x 1/6) 1/2) |
(* x (* x (* (/ x (sqrt 2)) 7/192))) |
(* x (* (/ x (sqrt 2)) 7/192)) |
(* (/ x (sqrt 2)) 7/192) |
(+ (/ (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) (sqrt 2)) |
(/ (* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) (sqrt 2)) |
(* x (+ (* x (+ (* x 7/192) 3/16)) 1/2)) |
(+ (* x (+ (* x 7/192) 3/16)) 1/2) |
(+ (* x 7/192) 3/16) |
| Outputs |
|---|
(+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(+.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(+.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 3/16 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 x (*.f64 #s(literal 3/16 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 x (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 3/16 binary64)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 #s(literal 3/16 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x #s(literal 3/16 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 3/16 binary64)) (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3/16 binary64) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64))) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (neg.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x #s(literal 3/16 binary64)) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 3/16 binary64)) x (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (*.f64 x #s(literal 3/16 binary64)) #s(literal 1 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x #s(literal 3/16 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal 3/16 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x #s(literal 3/16 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 3/16 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x #s(literal 3/16 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 3/16 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 x #s(literal 3/16 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64)))) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (-.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) #s(literal 2 binary64))) (*.f64 (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)))) (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)))) (neg.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (pow.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (fma.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (-.f64 (*.f64 (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (+.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) x) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64)))) |
(sqrt.f64 #s(literal 2 binary64)) |
(pow.f64 #s(literal 2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 4 binary64) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) |
(+.f64 (*.f64 x #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 3/16 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 3/16 binary64)))) (/.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 3/16 binary64))))) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 3/16 binary64) x #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (*.f64 x #s(literal 3/32 binary64)))) (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 3/16 binary64))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 9/256 binary64) (*.f64 x x))))) |
(/.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64)))) |
(/.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (*.f64 x #s(literal 3/32 binary64))))) |
(/.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (neg.f64 (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (*.f64 x #s(literal 3/32 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64))) (neg.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 9/256 binary64) (*.f64 x x))) (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 3/16 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64)))) (neg.f64 (neg.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 9/256 binary64) (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 3/16 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64))))) |
(*.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (*.f64 x #s(literal 3/32 binary64)))))) |
(*.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (neg.f64 (fma.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 x #s(literal 3/32 binary64)))))) |
(*.f64 (neg.f64 (fma.f64 #s(literal 9/256 binary64) (*.f64 x x) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal -1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 9/256 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 3/16 binary64))))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) |
(sqrt.f64 x) |
(pow.f64 x #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 x #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 x) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 x) (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 x)) |
(exp.f64 (*.f64 (log.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))) (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (sqrt.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))) (sqrt.f64 (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))) (sqrt.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64))) (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64)))) (sqrt.f64 (neg.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))))) (sqrt.f64 (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64)))) (neg.f64 (sqrt.f64 (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64)))) (neg.f64 (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(pow.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 (pow.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(+.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 2 binary64)) |
(+.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) (+.f64 x #s(literal 2 binary64))) |
(+.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) x) |
(-.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 4 binary64) (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))))) (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x x) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) x (+.f64 x #s(literal 2 binary64))) |
(fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) x #s(literal 2 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (+.f64 x #s(literal 2 binary64))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) x)))) #s(literal 2 binary64)) |
(fma.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) x)) #s(literal 2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) #s(literal 2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal -1 binary64)) x) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))) (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64)) (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64)) (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64)) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))) (neg.f64 (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64))) (neg.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(/.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))))) (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal 4 binary64))) (*.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))))) (neg.f64 (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 x #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) (-.f64 (*.f64 (+.f64 x #s(literal 2 binary64)) (+.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) (+.f64 x #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (fma.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (-.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (fma.f64 (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))) (/.f64 #s(literal 4 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 4 binary64) (-.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(*.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x #s(literal 2 binary64))))))) |
(*.f64 (neg.f64 (fma.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) #s(literal -4 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -2 binary64))))) |
(*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 2 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 x #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (/.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) |
(fma.f64 x (*.f64 x #s(literal 1/6 binary64)) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x x) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1/6 binary64) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)) (*.f64 x (*.f64 x x)) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x #s(literal 1/2 binary64)))))) #s(literal 1 binary64)) |
(fma.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/12 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64)) x) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/12 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal -1/4 binary64)) x) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal -1 binary64))) (neg.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)) (*.f64 x (*.f64 x x)) (pow.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) (/.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))))) |
(*.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))))) |
(*.f64 (neg.f64 (fma.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/6 binary64))) |
(+.f64 (*.f64 x #s(literal 1/6 binary64)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/6 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/6 binary64))))) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1/6 binary64) x #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x #s(literal 1/12 binary64)))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/6 binary64))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) #s(literal 1/36 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64)) (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/12 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x #s(literal 1/12 binary64))))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal -1/4 binary64)) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/12 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x #s(literal 1/12 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal -1/4 binary64))) (neg.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) #s(literal 1/36 binary64))) (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64)) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/12 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal -1/4 binary64)))) (neg.f64 (neg.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) #s(literal 1/36 binary64)))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/6 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/12 binary64))))) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x #s(literal 1/12 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal 1/4 binary64)) (*.f64 x #s(literal 1/12 binary64)))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x #s(literal 1/6 binary64) #s(literal -1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) #s(literal 1/36 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 x x) (*.f64 x #s(literal 7/192 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 7/192 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 x (*.f64 #s(literal 7/192 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 (*.f64 x (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x x)) |
(*.f64 (*.f64 #s(literal 7/192 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) x) |
(*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 x x) (*.f64 x (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 x #s(literal 7/192 binary64))) |
(*.f64 (*.f64 x (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) #s(literal 7/192 binary64)) |
(*.f64 (*.f64 (*.f64 x x) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 7/192 binary64)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 x x) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 x (*.f64 x (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x #s(literal 7/192 binary64))) |
(*.f64 #s(literal 7/192 binary64) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (*.f64 x (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64)))) x) |
(*.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) #s(literal 7/192 binary64)) |
(*.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x #s(literal 7/192 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 7/192 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (*.f64 x x) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x x) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 7/192 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 7/192 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x #s(literal 7/192 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x #s(literal 7/192 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x) #s(literal 7/192 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 7/192 binary64) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 7/192 binary64)))) |
(/.f64 #s(literal 7/192 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x #s(literal 7/192 binary64))))) |
(/.f64 (neg.f64 (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 7/192 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 7/192 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal -7/192 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x #s(literal 7/192 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 7/192 binary64) (-.f64 #s(literal 0 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 7/192 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(pow.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x #s(literal 7/192 binary64))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64))) |
(*.f64 x (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 #s(literal 7/192 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 x #s(literal 7/192 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (neg.f64 (*.f64 x #s(literal 7/192 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (*.f64 #s(literal 7/192 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 7/192 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 #s(literal -7/192 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 7/192 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 7/192 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(+.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) |
(+.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 2 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))))) |
(fma.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) x (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)))) (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64))))) |
(/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal -2 binary64)) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (neg.f64 (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal -2 binary64))) (neg.f64 (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) #s(literal 2 binary64))) (*.f64 (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) (neg.f64 (neg.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal -2 binary64)))) (neg.f64 (neg.f64 (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) (neg.f64 (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (fma.f64 (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64))))) |
(*.f64 (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(*.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)))))) |
(*.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(neg.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(neg.f64 (/.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) x) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (neg.f64 (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 #s(literal 2 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (/.f64 x (sqrt.f64 #s(literal 2 binary64)))) |
(+.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(+.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (-.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64))))) |
(fma.f64 x #s(literal 1/2 binary64) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(fma.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) x (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(fma.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x x) (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x (*.f64 x #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64))))) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 x (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) (*.f64 x (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) (*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) (*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64)))) (-.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 x (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) x) (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) x) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)))) (neg.f64 (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)))) (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) x)) (neg.f64 (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) x)) (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))))) (fma.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64)) (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))))) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) x) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 (*.f64 x #s(literal 1/2 binary64)) (*.f64 x #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (*.f64 x #s(literal 1/2 binary64))))) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(*.f64 (*.f64 x (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) x) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(*.f64 (*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) x) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(+.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x #s(literal 3/16 binary64))) |
(-.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) |
(fma.f64 x (*.f64 x #s(literal 7/192 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 7/192 binary64) (*.f64 x x) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 x #s(literal 7/192 binary64)) x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) x #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 7/192 binary64) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)) (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (-.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x #s(literal 3/16 binary64)))))) #s(literal 1/2 binary64)) |
(fma.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 #s(literal 9/256 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x #s(literal 3/16 binary64)))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) x) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) x) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (neg.f64 (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64)) (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) (fma.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (-.f64 (*.f64 (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 27/4096 binary64) (*.f64 x (*.f64 x x)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (-.f64 (*.f64 #s(literal 9/256 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x #s(literal 3/16 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (-.f64 (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal 1/4 binary64)) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (neg.f64 (fma.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal -1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))))) |
(+.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))) |
(+.f64 (*.f64 x #s(literal 7/192 binary64)) #s(literal 3/16 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(-.f64 (/.f64 #s(literal 9/256 binary64) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(fma.f64 #s(literal 7/192 binary64) x #s(literal 3/16 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))) (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (neg.f64 (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) #s(literal 9/256 binary64))) (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)))) (neg.f64 (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)))) (neg.f64 (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (fma.f64 (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))) (/.f64 #s(literal 9/256 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64))))) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 9/256 binary64) (-.f64 (*.f64 (*.f64 x x) #s(literal 49/36864 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 343/7077888 binary64) #s(literal 27/4096 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal 9/256 binary64)) (*.f64 x #s(literal 7/1024 binary64)))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 x x) #s(literal 49/36864 binary64) #s(literal -9/256 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal -3/16 binary64))))) |
(*.f64 (-.f64 #s(literal 9/256 binary64) (*.f64 (*.f64 x x) #s(literal 49/36864 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 3/16 binary64) (*.f64 x #s(literal 7/192 binary64))))) |
| 1× | egg-herbie |
| 12 456× | accelerator-lowering-fma.f32 |
| 12 456× | accelerator-lowering-fma.f64 |
| 4 884× | *-lowering-*.f32 |
| 4 884× | *-lowering-*.f64 |
| 3 740× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 245 | 1883 |
| 1 | 791 | 1806 |
| 2 | 2437 | 1681 |
| 3 | 5638 | 1655 |
| 0 | 8478 | 1522 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(* 3/16 (/ (pow x 2) (sqrt 2))) |
(* (pow x 2) (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 2) (+ (/ 1/2 (* x (sqrt 2))) (+ (* 3/16 (/ 1 (sqrt 2))) (/ (sqrt 2) (pow x 2))))) |
(* (pow x 2) (+ (/ 1/2 (* x (sqrt 2))) (+ (* 3/16 (/ 1 (sqrt 2))) (/ (sqrt 2) (pow x 2))))) |
(* 3/16 (/ (pow x 2) (sqrt 2))) |
(* (pow x 2) (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 2) (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2))))) |
(* (pow x 2) (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2))))) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
(/ x (sqrt 2)) |
1/2 |
(+ 1/2 (* 3/16 x)) |
(+ 1/2 (* 3/16 x)) |
(+ 1/2 (* 3/16 x)) |
(* 3/16 x) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(* 3/16 x) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(sqrt x) |
(sqrt x) |
(sqrt x) |
(sqrt x) |
(sqrt x) |
(sqrt x) |
(sqrt x) |
(sqrt x) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(* (sqrt (pow x 3)) (sqrt 1/6)) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6)))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6))))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 7))) (/ (- 2 (* 1/16 (/ x (pow (sqrt 1/6) 2)))) (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6)))))) |
(* (sqrt (pow x 3)) (* (sqrt -1) (sqrt -1/6))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6))))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6)))))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt x) (/ (sqrt -1) (sqrt -1/6)))) (* -1/2 (* (sqrt (/ 1 x)) (/ (* (sqrt -1) (- 2 (* -1/16 (/ x (pow (sqrt -1/6) 2))))) (sqrt -1/6))))) (pow x 3))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6)))))) |
2 |
(+ 2 x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))) |
(* 1/6 (pow x 3)) |
(* (pow x 3) (+ 1/6 (* 1/2 (/ 1 x)))) |
(* (pow x 3) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(* (pow x 3) (+ 1/6 (+ (* 1/2 (/ 1 x)) (+ (/ 1 (pow x 2)) (* 2 (/ 1 (pow x 3))))))) |
(* 1/6 (pow x 3)) |
(* (pow x 3) (+ 1/6 (* 1/2 (/ 1 x)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/6))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))) x)) 1/6))) |
1 |
(+ 1 (* 1/2 x)) |
(+ 1 (* x (+ 1/2 (* 1/6 x)))) |
(+ 1 (* x (+ 1/2 (* 1/6 x)))) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* 1/2 (/ 1 x)))) |
(* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* 1/2 (/ 1 x)))) |
(* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
1/2 |
(+ 1/2 (* 1/6 x)) |
(+ 1/2 (* 1/6 x)) |
(+ 1/2 (* 1/6 x)) |
(* 1/6 x) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(* 1/6 x) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(* 7/192 (/ x (sqrt 2))) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3)))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(* 1/2 (/ x (sqrt 2))) |
(* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))) |
(* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))) |
(* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(* 1/2 x) |
(* x (+ 1/2 (* 3/16 x))) |
(* x (+ 1/2 (* x (+ 3/16 (* 7/192 x))))) |
(* x (+ 1/2 (* x (+ 3/16 (* 7/192 x))))) |
(* 7/192 (pow x 3)) |
(* (pow x 3) (+ 7/192 (* 3/16 (/ 1 x)))) |
(* (pow x 3) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* (pow x 3) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* 7/192 (pow x 3)) |
(* (pow x 3) (+ 7/192 (* 3/16 (/ 1 x)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 3/16 (* 1/2 (/ 1 x))) x)) 7/192))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 3/16 (* 1/2 (/ 1 x))) x)) 7/192))) |
1/2 |
(+ 1/2 (* 3/16 x)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(* 7/192 (pow x 2)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* 7/192 (pow x 2)) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
3/16 |
(+ 3/16 (* 7/192 x)) |
(+ 3/16 (* 7/192 x)) |
(+ 3/16 (* 7/192 x)) |
(* 7/192 x) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* 7/192 x) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
| Outputs |
|---|
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 3/16 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 2) (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(* (pow x 2) (+ (/ 1/2 (* x (sqrt 2))) (+ (* 3/16 (/ 1 (sqrt 2))) (/ (sqrt 2) (pow x 2))))) |
(*.f64 x (fma.f64 x (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(* (pow x 2) (+ (/ 1/2 (* x (sqrt 2))) (+ (* 3/16 (/ 1 (sqrt 2))) (/ (sqrt 2) (pow x 2))))) |
(*.f64 x (fma.f64 x (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(* 3/16 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 2) (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(* (pow x 2) (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2))))) |
(*.f64 x (fma.f64 x (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(* (pow x 2) (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2))))) |
(*.f64 x (fma.f64 x (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
(/ x (sqrt 2)) |
(/.f64 x (sqrt.f64 #s(literal 2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 3/16 x)) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(+ 1/2 (* 3/16 x)) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(+ 1/2 (* 3/16 x)) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(* 3/16 x) |
(*.f64 x #s(literal 3/16 binary64)) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(* 3/16 x) |
(*.f64 x #s(literal 3/16 binary64)) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(* x (+ 3/16 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(sqrt x) |
(sqrt.f64 x) |
(sqrt x) |
(sqrt.f64 x) |
(sqrt x) |
(sqrt.f64 x) |
(sqrt x) |
(sqrt.f64 x) |
(sqrt x) |
(sqrt.f64 x) |
(sqrt x) |
(sqrt.f64 x) |
(sqrt x) |
(sqrt.f64 x) |
(sqrt x) |
(sqrt.f64 x) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(sqrt.f64 x) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(sqrt.f64 x) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(sqrt.f64 x) |
(* -1 (* (sqrt x) (pow (sqrt -1) 2))) |
(sqrt.f64 x) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 1/2 (/ (* x (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 1/2 (/ (* x (- 1/6 (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (pow (sqrt 2) 2))))) (sqrt 2))) (* 1/2 (/ (- 1/2 (* 1/4 (/ 1 (pow (sqrt 2) 2)))) (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* (sqrt (pow x 3)) (sqrt 1/6)) |
(*.f64 (sqrt.f64 (*.f64 x (*.f64 x x))) (sqrt.f64 #s(literal 1/6 binary64))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6)))) |
(*.f64 (*.f64 x x) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal 1/6 binary64))) (*.f64 (sqrt.f64 #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6))))) |
(*.f64 (*.f64 x x) (fma.f64 (sqrt.f64 #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (sqrt.f64 #s(literal 1/6 binary64))))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 7))) (/ (- 2 (* 1/16 (/ x (pow (sqrt 1/6) 2)))) (sqrt 1/6)))) (* (sqrt (/ 1 x)) (sqrt 1/6)))))) |
(*.f64 (*.f64 x x) (fma.f64 (sqrt.f64 #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal 1/6 binary64))) (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/6 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (fma.f64 x #s(literal -3/8 binary64) #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))))))) |
(* (sqrt (pow x 3)) (* (sqrt -1) (sqrt -1/6))) |
(*.f64 (sqrt.f64 (*.f64 x (*.f64 x x))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/6 binary64)))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6))))) |
(*.f64 (*.f64 x x) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal -1/6 binary64))) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) #s(literal 0 binary64)))) |
(* (pow x 2) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6)))))) |
(*.f64 (*.f64 x x) (fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/6 binary64))) (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) #s(literal 0 binary64)))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1/2 (* (sqrt x) (/ (sqrt -1) (sqrt -1/6)))) (* -1/2 (* (sqrt (/ 1 x)) (/ (* (sqrt -1) (- 2 (* -1/16 (/ x (pow (sqrt -1/6) 2))))) (sqrt -1/6))))) (pow x 3))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/6)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/6)))))) |
(fma.f64 x (*.f64 x (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal -1/6 binary64))) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) #s(literal 0 binary64)))) (*.f64 (/.f64 #s(literal 1/2 binary64) x) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/6 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 x #s(literal -3/8 binary64) #s(literal 2 binary64)) (sqrt.f64 x))))) |
2 |
#s(literal 2 binary64) |
(+ 2 x) |
(+.f64 #s(literal 2 binary64) x) |
(+ 2 (* x (+ 1 (* 1/2 x)))) |
(fma.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) #s(literal 2 binary64)) |
(+ 2 (* x (+ 1 (* x (+ 1/2 (* 1/6 x)))))) |
(fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(* 1/6 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 3) (+ 1/6 (* 1/2 (/ 1 x)))) |
(*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) |
(* (pow x 3) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(* (pow x 3) (+ 1/6 (+ (* 1/2 (/ 1 x)) (+ (/ 1 (pow x 2)) (* 2 (/ 1 (pow x 3))))))) |
(*.f64 x (+.f64 (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x x))))))) |
(* 1/6 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 3) (+ 1/6 (* 1/2 (/ 1 x)))) |
(*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/6))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1/6 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 1/2 (+ (/ 1 x) (/ 2 (pow x 2)))) x)) 1/6))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1/6 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 2 binary64) (*.f64 x x)))) x))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 x)) |
(fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)) |
(+ 1 (* x (+ 1/2 (* 1/6 x)))) |
(fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* x (+ 1/2 (* 1/6 x)))) |
(fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* (pow x 2) (+ 1/6 (* 1/2 (/ 1 x)))) |
(*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* (pow x 2) (+ 1/6 (* 1/2 (/ 1 x)))) |
(*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))) |
(* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(* (pow x 2) (+ 1/6 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))) |
(fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/6 x)) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(+ 1/2 (* 1/6 x)) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(+ 1/2 (* 1/6 x)) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(* x (+ 1/6 (* 1/2 (/ 1 x)))) |
(fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 2) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ x (sqrt 2))) |
(/.f64 (*.f64 x #s(literal 7/192 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (/ x (sqrt 2)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+ (sqrt 2) (* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (* 7/192 (/ 1 (sqrt 2))) (+ (* 1/2 (/ 1 (* (pow x 2) (sqrt 2)))) (/ (sqrt 2) (pow x 3)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (*.f64 x x)))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1/2 binary64) x))) x))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (sqrt 2) x)) (* 1/2 (/ 1 (sqrt 2)))) x)) (* 3/16 (/ 1 (sqrt 2)))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1/2 binary64) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x))) x))) |
(* 1/2 (/ x (sqrt 2))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 #s(literal 2 binary64))) |
(* x (+ (* 3/16 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(* x (+ (* x (+ (* 7/192 (/ x (sqrt 2))) (* 3/16 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(* (pow x 3) (+ (/ 3/16 (* x (sqrt 2))) (+ (/ 1/2 (* (pow x 2) (sqrt 2))) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(* 7/192 (/ (pow x 3) (sqrt 2))) |
(/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (sqrt.f64 #s(literal 2 binary64))) |
(* (pow x 3) (+ (* 7/192 (/ 1 (sqrt 2))) (* 3/16 (/ 1 (* x (sqrt 2)))))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1/2 binary64) x))) x))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* 3/16 (/ 1 (sqrt 2))) (* 1/2 (/ 1 (* x (sqrt 2))))) x)) (* 7/192 (/ 1 (sqrt 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 #s(literal 7/192 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1/2 binary64) x))) x))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* x (+ 1/2 (* 3/16 x))) |
(*.f64 x (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(* x (+ 1/2 (* x (+ 3/16 (* 7/192 x))))) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
(* x (+ 1/2 (* x (+ 3/16 (* 7/192 x))))) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
(* 7/192 (pow x 3)) |
(*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) |
(* (pow x 3) (+ 7/192 (* 3/16 (/ 1 x)))) |
(*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* (pow x 3) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
(* (pow x 3) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) |
(* 7/192 (pow x 3)) |
(*.f64 x (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) |
(* (pow x 3) (+ 7/192 (* 3/16 (/ 1 x)))) |
(*.f64 x (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 3/16 (* 1/2 (/ 1 x))) x)) 7/192))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal 7/192 binary64) (/.f64 (+.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1/2 binary64) x)) x)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 3/16 (* 1/2 (/ 1 x))) x)) 7/192))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal 7/192 binary64) (/.f64 (+.f64 #s(literal 3/16 binary64) (/.f64 #s(literal 1/2 binary64) x)) x)))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 3/16 x)) |
(fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(+ 1/2 (* x (+ 3/16 (* 7/192 x)))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 7/192 binary64))) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(* 7/192 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 7/192 binary64))) |
(* (pow x 2) (+ 7/192 (* 3/16 (/ 1 x)))) |
(*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
(* (pow x 2) (+ 7/192 (+ (/ 1/2 (pow x 2)) (* 3/16 (/ 1 x))))) |
(fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) |
3/16 |
#s(literal 3/16 binary64) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(+ 3/16 (* 7/192 x)) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* 7/192 x) |
(*.f64 x #s(literal 7/192 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
(* x (+ 7/192 (* 3/16 (/ 1 x)))) |
(fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) |
Compiled 19 276 to 2 255 computations (88.3% saved)
26 alts after pruning (13 fresh and 13 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 806 | 5 | 811 |
| Fresh | 1 | 8 | 9 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 8 | 8 |
| Total | 807 | 26 | 833 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 63.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| 63.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (sqrt.f64 #s(literal 2 binary64))) | |
| ✓ | 64.6% | (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
| 1.7% | (fma.f64 (*.f64 x x) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 #s(literal 1/128 binary64) (*.f64 x x) #s(literal 1/4 binary64)))) (sqrt.f64 x)) | |
| ✓ | 63.6% | (+.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| 3.2% | (*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) | |
| 4.3% | (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) | |
| 3.2% | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) | |
| 36.3% | (*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)))) | |
| 4.4% | (*.f64 x (/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)))) | |
| ✓ | 3.2% | (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
| ✓ | 2.7% | (*.f64 x (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)))) |
| 3.3% | (*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) | |
| ✓ | 64.8% | (sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
| ✓ | 63.3% | (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| ✓ | 64.8% | (sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
| 62.6% | (sqrt.f64 (/.f64 (fma.f64 x x #s(literal -4 binary64)) (+.f64 x #s(literal -2 binary64)))) | |
| 62.6% | (sqrt.f64 (-.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1 binary64))) | |
| ✓ | 100.0% | (sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
| ✓ | 62.6% | (sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
| 3.0% | (sqrt.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) | |
| ✓ | 4.6% | (sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
| 2.5% | (sqrt.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) | |
| 3.6% | (sqrt.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) | |
| ✓ | 3.0% | (sqrt.f64 x) |
| ✓ | 68.8% | (sqrt.f64 #s(literal 2 binary64)) |
Compiled 707 to 330 computations (53.3% saved)
| Inputs |
|---|
(sqrt.f64 #s(literal 2 binary64)) |
(sqrt.f64 x) |
(sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
(*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt.f64 (-.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1 binary64))) |
(sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
(sqrt.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(sqrt.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) |
(sqrt.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (/.f64 (fma.f64 x x #s(literal -4 binary64)) (+.f64 x #s(literal -2 binary64)))) |
(*.f64 x (/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(*.f64 x (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 #s(literal 1/128 binary64) (*.f64 x x) #s(literal 1/4 binary64)))) (sqrt.f64 x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)))) |
(sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
(sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| Outputs |
|---|
(sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
3 calls:
| 18.0ms | x |
| 10.0ms | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
| 8.0ms | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 100.0% | 1 | x |
| 100.0% | 1 | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| 100.0% | 1 | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
Compiled 27 to 20 computations (25.9% saved)
| Inputs |
|---|
(sqrt.f64 #s(literal 2 binary64)) |
(sqrt.f64 x) |
(sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
(*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt.f64 (-.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1 binary64))) |
(sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
(sqrt.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(sqrt.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) |
(sqrt.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (/.f64 (fma.f64 x x #s(literal -4 binary64)) (+.f64 x #s(literal -2 binary64)))) |
(*.f64 x (/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(*.f64 x (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(+.f64 (/.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (*.f64 x (*.f64 x #s(literal 7/192 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64))))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 7/192 binary64)))) (*.f64 x #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 #s(literal 1/128 binary64) (*.f64 x x) #s(literal 1/4 binary64)))) (sqrt.f64 x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/2 binary64) #s(literal -2 binary64)) (-.f64 (*.f64 x (/.f64 (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 2 binary64)) x)) (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) x)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 x x)))) |
| Outputs |
|---|
(sqrt.f64 #s(literal 2 binary64)) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
3 calls:
| 9.0ms | x |
| 9.0ms | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| 7.0ms | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.6% | 2 | x |
| 70.6% | 2 | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| 70.6% | 2 | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
Compiled 27 to 20 computations (25.9% saved)
| Inputs |
|---|
(sqrt.f64 #s(literal 2 binary64)) |
(sqrt.f64 x) |
(sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
(*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt.f64 (-.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1 binary64))) |
(sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
(sqrt.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(sqrt.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) |
(sqrt.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (/.f64 (fma.f64 x x #s(literal -4 binary64)) (+.f64 x #s(literal -2 binary64)))) |
(*.f64 x (/.f64 (*.f64 x #s(literal 3/16 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64))) |
(*.f64 x (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) #s(literal 7/192 binary64)))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 7/192 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)))) |
(*.f64 (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) (*.f64 x (/.f64 x (sqrt.f64 #s(literal 2 binary64))))) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x #s(literal 3/16 binary64) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
| Outputs |
|---|
(sqrt.f64 #s(literal 2 binary64)) |
(sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64))) |
3 calls:
| 13.0ms | x |
| 11.0ms | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
| 6.0ms | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.5% | 2 | x |
| 70.5% | 2 | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| 70.5% | 2 | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
Compiled 27 to 20 computations (25.9% saved)
Total -42.8b remaining (-214.3%)
Threshold costs -42.8b (-214.3%)
| Inputs |
|---|
(sqrt.f64 #s(literal 2 binary64)) |
(sqrt.f64 x) |
(sqrt.f64 (+.f64 #s(literal 2 binary64) x)) |
(*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt.f64 (-.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1 binary64))) |
(sqrt.f64 (*.f64 x (fma.f64 #s(literal 1/2 binary64) x #s(literal 1 binary64)))) |
(sqrt.f64 (fma.f64 x (fma.f64 x #s(literal 1/2 binary64) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 x x) #s(literal 1/2 binary64) (+.f64 x #s(literal 2 binary64)))) |
(sqrt.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(sqrt.f64 (*.f64 x (*.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64))))) |
(sqrt.f64 (*.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
| Outputs |
|---|
(sqrt.f64 #s(literal 2 binary64)) |
3 calls:
| 18.0ms | x |
| 3.0ms | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
| 3.0ms | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.8% | 1 | x |
| 68.8% | 1 | (sqrt.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64)))) |
| 68.8% | 1 | (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) |
Compiled 27 to 20 computations (25.9% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.0 | 1.9999991850454244 |
Compiled 16 to 14 computations (12.5% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.0 | 1.9999991850454244 |
Compiled 16 to 14 computations (12.5% saved)
| 1× | egg-herbie |
| 12× | +-commutative_binary64 |
| 10× | sub-neg_binary64 |
| 4× | *-commutative_binary64 |
| 4× | neg-sub0_binary64 |
| 4× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 64 |
| 1 | 38 | 64 |
| 2 | 45 | 64 |
| 3 | 53 | 64 |
| 4 | 54 | 64 |
| 1× | saturated |
| Inputs |
|---|
(sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
(if (<=.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) #s(literal 3/2 binary64)) (sqrt.f64 #s(literal 2 binary64)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(if (<=.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) #s(literal 3/2 binary64)) (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)))) |
(sqrt.f64 #s(literal 2 binary64)) |
| Outputs |
|---|
(sqrt.f64 (-.f64 (exp.f64 x) #s(literal -1 binary64))) |
(if (<=.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) #s(literal 3/2 binary64)) (sqrt.f64 #s(literal 2 binary64)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(if (<=.f64 (/.f64 (+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 x #s(literal 2 binary64)))) (+.f64 (exp.f64 x) #s(literal -1 binary64))) #s(literal 3/2 binary64)) (sqrt.f64 #s(literal 2 binary64)) (fma.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (fma.f64 x (fma.f64 x #s(literal 7/192 binary64) #s(literal 3/16 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(if (<=.f64 (/.f64 (-.f64 (exp.f64 (*.f64 #s(literal 2 binary64) x)) #s(literal 1 binary64)) (-.f64 (exp.f64 x) #s(literal 1 binary64))) #s(literal 3/2 binary64)) (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)))) |
(if (<=.f64 (/.f64 (+.f64 #s(literal -1 binary64) (exp.f64 (*.f64 x #s(literal 2 binary64)))) (+.f64 (exp.f64 x) #s(literal -1 binary64))) #s(literal 3/2 binary64)) (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 (fma.f64 x (fma.f64 x (fma.f64 x #s(literal 1/6 binary64) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal 2 binary64)))) |
(sqrt.f64 #s(literal 2 binary64)) |
| 15 504× | accelerator-lowering-fma.f32 |
| 15 504× | accelerator-lowering-fma.f64 |
| 4 704× | *-lowering-*.f32 |
| 4 704× | *-lowering-*.f64 |
| 4 562× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 36 |
| 1 | 56 | 22 |
| 2 | 421 | 22 |
| 3 | 4985 | 22 |
| 0 | 8093 | 18 |
| 0 | 77 | 480 |
| 1 | 252 | 446 |
| 2 | 663 | 446 |
| 3 | 1429 | 440 |
| 4 | 2558 | 360 |
| 5 | 5941 | 325 |
| 0 | 8294 | 270 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 92 to 52 computations (43.5% saved)
Compiled 156 to 78 computations (50% saved)
Loading profile data...