
Time bar (total: 13.1s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 2 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 3 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 4 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 5 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 6 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 7 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 8 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 9 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 10 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 11 |
| 0% | 0% | 49.9% | 50.1% | 0% | 0% | 0% | 12 |
Compiled 17 to 12 computations (29.4% saved)
| 6.3s | 4 536× | 2 | valid |
| 2.1s | 1 258× | 3 | valid |
| 604.0ms | 2 377× | 1 | valid |
| 8.0ms | 85× | 0 | valid |
ival-tan: 4.6s (53.5% of total)ival-sin: 2.9s (34.2% of total)const: 288.0ms (3.3% of total)adjust: 284.0ms (3.3% of total)ival-sub: 249.0ms (2.9% of total)ival-div: 117.0ms (1.4% of total)ival-<=: 107.0ms (1.2% of total)ival-and: 12.0ms (0.1% of total)ival-assert: 3.0ms (0% of total)| 2× | egg-herbie |
| 320× | accelerator-lowering-fma.f32 |
| 320× | accelerator-lowering-fma.f64 |
| 192× | *-lowering-*.f32 |
| 192× | *-lowering-*.f64 |
| 142× | div-sub |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 32 |
| 1 | 37 | 30 |
| 2 | 84 | 27 |
| 3 | 247 | 27 |
| 4 | 508 | 27 |
| 5 | 690 | 27 |
| 6 | 714 | 27 |
| 7 | 752 | 27 |
| 8 | 781 | 27 |
| 0 | 6 | 9 |
| 1 | 13 | 9 |
| 2 | 23 | 9 |
| 3 | 40 | 9 |
| 4 | 74 | 9 |
| 5 | 146 | 9 |
| 6 | 322 | 9 |
| 7 | 622 | 9 |
| 8 | 936 | 9 |
| 9 | 951 | 9 |
| 10 | 952 | 9 |
| 0 | 952 | 9 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(/ (- eps (sin eps)) (- eps (tan eps))) |
| Outputs |
|---|
(/ (- eps (sin eps)) (- eps (tan eps))) |
(/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| Inputs |
|---|
(/ (- eps (sin eps)) (- eps (tan eps))) |
(/ (- (neg eps) (sin (neg eps))) (- (neg eps) (tan (neg eps)))) |
(neg (/ (- (neg eps) (sin (neg eps))) (- (neg eps) (tan (neg eps))))) |
| Outputs |
|---|
(/ (- eps (sin eps)) (- eps (tan eps))) |
(/ (- (neg eps) (sin (neg eps))) (- (neg eps) (tan (neg eps)))) |
(/ (- eps (sin eps)) (- eps (tan eps))) |
(neg (/ (- (neg eps) (sin (neg eps))) (- (neg eps) (tan (neg eps))))) |
(/ (- eps (sin eps)) (- (tan eps) eps)) |
(abs eps)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 183 | 0 | - | 4 | (5.5744143547919696e-104) | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| 77 | 0 | - | 0 | - | (-.f64 eps (tan.f64 eps)) |
| 77 | 0 | - | 0 | - | (-.f64 eps (sin.f64 eps)) |
| 0 | 0 | - | 0 | - | (tan.f64 eps) |
| 0 | 0 | - | 0 | - | eps |
| 0 | 0 | - | 0 | - | (sin.f64 eps) |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
/.f64 | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) | u/u | 179 | 0 |
| ↳ | (-.f64 eps (sin.f64 eps)) | underflow | 179 | |
| ↳ | (-.f64 eps (tan.f64 eps)) | underflow | 179 | |
-.f64 | (-.f64 eps (sin.f64 eps)) | cancellation | 77 | 0 |
-.f64 | (-.f64 eps (tan.f64 eps)) | cancellation | 77 | 0 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 255 | 0 |
| - | 1 | 0 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 255 | 0 | 0 |
| - | 1 | 0 | 0 |
| number | freq |
|---|---|
| 1 | 179 |
| 2 | 77 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 342.0ms | 284× | 2 | valid |
| 93.0ms | 100× | 3 | valid |
| 35.0ms | 128× | 1 | valid |
Compiled 68 to 28 computations (58.8% saved)
ival-tan: 274.0ms (62% of total)ival-sin: 131.0ms (29.6% of total)ival-sub: 18.0ms (4.1% of total)adjust: 12.0ms (2.7% of total)ival-div: 6.0ms (1.4% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)Compiled 1 to 1 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 0.8% | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
Compiled 10 to 6 computations (40% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 eps (tan.f64 eps)) |
| ✓ | cost-diff | 0 | (sin.f64 eps) |
| ✓ | cost-diff | 0 | (-.f64 eps (sin.f64 eps)) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| 320× | accelerator-lowering-fma.f32 |
| 320× | accelerator-lowering-fma.f64 |
| 192× | *-lowering-*.f32 |
| 192× | *-lowering-*.f64 |
| 142× | div-sub |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 6 | 22 |
| 1 | 13 | 22 |
| 2 | 23 | 22 |
| 3 | 40 | 22 |
| 4 | 74 | 22 |
| 5 | 146 | 22 |
| 6 | 322 | 22 |
| 7 | 622 | 22 |
| 8 | 936 | 22 |
| 9 | 951 | 22 |
| 10 | 952 | 22 |
| 0 | 952 | 22 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (- eps (sin eps)) (- eps (tan eps))) |
(- eps (sin eps)) |
eps |
(sin eps) |
(- eps (tan eps)) |
(tan eps) |
| Outputs |
|---|
(/ (- eps (sin eps)) (- eps (tan eps))) |
(/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
(- eps (sin eps)) |
(-.f64 eps (sin.f64 eps)) |
eps |
(sin eps) |
(sin.f64 eps) |
(- eps (tan eps)) |
(-.f64 eps (tan.f64 eps)) |
(tan eps) |
(tan.f64 eps) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sin.f64 eps) |
| ✓ | accuracy | 73.2% | (-.f64 eps (tan.f64 eps)) |
| ✓ | accuracy | 73.2% | (-.f64 eps (sin.f64 eps)) |
| ✓ | accuracy | 30.1% | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| 174.0ms | 142× | 2 | valid |
| 55.0ms | 50× | 3 | valid |
| 10.0ms | 64× | 1 | valid |
Compiled 24 to 8 computations (66.7% saved)
ival-tan: 141.0ms (62.4% of total)ival-sin: 65.0ms (28.8% of total)adjust: 9.0ms (4% of total)ival-sub: 8.0ms (3.5% of total)ival-div: 3.0ms (1.3% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (- eps (sin eps)) (- eps (tan eps)))> |
#<alt (- eps (sin eps))> |
#<alt (sin eps)> |
#<alt (- eps (tan eps))> |
| Outputs |
|---|
#<alt -1/2> |
#<alt (- (* 9/40 (pow eps 2)) 1/2)> |
#<alt (- (* (pow eps 2) (+ 9/40 (* -27/2800 (pow eps 2)))) 1/2)> |
#<alt (- (* (pow eps 2) (+ 9/40 (* (pow eps 2) (- (* 27/112000 (pow eps 2)) 27/2800)))) 1/2)> |
#<alt 1> |
#<alt (- (+ 1 (* -1 (/ (sin eps) eps))) (* -1 (/ (sin eps) (* eps (cos eps)))))> |
#<alt (- (+ 1 (+ (* -1 (/ (sin eps) eps)) (/ (* (sin eps) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 2) (cos eps))))) (* -1 (/ (sin eps) (* eps (cos eps)))))> |
#<alt (- (+ 1 (+ (* -1 (/ (sin eps) eps)) (/ (* (pow (sin eps) 2) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 3) (pow (cos eps) 2))))) (+ (* -1 (/ (sin eps) (* eps (cos eps)))) (* -1 (/ (* (sin eps) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 2) (cos eps))))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (- (sin eps) (/ (sin eps) (cos eps))) eps)))> |
#<alt (+ 1 (* -1 (/ (- (+ (sin eps) (/ (* (sin eps) (- (sin eps) (/ (sin eps) (cos eps)))) (* eps (cos eps)))) (/ (sin eps) (cos eps))) eps)))> |
#<alt (+ 1 (* -1 (/ (- (+ (sin eps) (* -1 (/ (- (* -1 (/ (* (pow (sin eps) 2) (- (sin eps) (/ (sin eps) (cos eps)))) (* eps (pow (cos eps) 2)))) (/ (* (sin eps) (- (sin eps) (/ (sin eps) (cos eps)))) (cos eps))) eps))) (/ (sin eps) (cos eps))) eps)))> |
#<alt (* 1/6 (pow eps 3))> |
#<alt (* (pow eps 3) (+ 1/6 (* -1/120 (pow eps 2))))> |
#<alt (* (pow eps 3) (+ 1/6 (* (pow eps 2) (- (* 1/5040 (pow eps 2)) 1/120))))> |
#<alt (* (pow eps 3) (+ 1/6 (* (pow eps 2) (- (* (pow eps 2) (+ 1/5040 (* -1/362880 (pow eps 2)))) 1/120))))> |
#<alt eps> |
#<alt (* eps (+ 1 (* -1 (/ (sin eps) eps))))> |
#<alt (* eps (+ 1 (* -1 (/ (sin eps) eps))))> |
#<alt (* eps (+ 1 (* -1 (/ (sin eps) eps))))> |
#<alt eps> |
#<alt (* -1 (* eps (- (/ (sin eps) eps) 1)))> |
#<alt (* -1 (* eps (- (/ (sin eps) eps) 1)))> |
#<alt (* -1 (* eps (- (/ (sin eps) eps) 1)))> |
#<alt eps> |
#<alt (* eps (+ 1 (* -1/6 (pow eps 2))))> |
#<alt (* eps (+ 1 (* (pow eps 2) (- (* 1/120 (pow eps 2)) 1/6))))> |
#<alt (* eps (+ 1 (* (pow eps 2) (- (* (pow eps 2) (+ 1/120 (* -1/5040 (pow eps 2)))) 1/6))))> |
#<alt (sin eps)> |
#<alt (sin eps)> |
#<alt (sin eps)> |
#<alt (sin eps)> |
#<alt (sin eps)> |
#<alt (sin eps)> |
#<alt (sin eps)> |
#<alt (sin eps)> |
#<alt (* -1/3 (pow eps 3))> |
#<alt (* (pow eps 3) (- (* -2/15 (pow eps 2)) 1/3))> |
#<alt (* (pow eps 3) (- (* (pow eps 2) (- (* -17/315 (pow eps 2)) 2/15)) 1/3))> |
#<alt (* (pow eps 3) (- (* (pow eps 2) (- (* (pow eps 2) (- (* -62/2835 (pow eps 2)) 17/315)) 2/15)) 1/3))> |
#<alt eps> |
#<alt (* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps))))))> |
#<alt (* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps))))))> |
#<alt (* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps))))))> |
#<alt eps> |
#<alt (* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1)))> |
#<alt (* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1)))> |
#<alt (* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1)))> |
12 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | eps | @ | inf | (/ (- eps (sin eps)) (- eps (tan eps))) |
| 1.0ms | eps | @ | -inf | (/ (- eps (sin eps)) (- eps (tan eps))) |
| 1.0ms | eps | @ | 0 | (/ (- eps (sin eps)) (- eps (tan eps))) |
| 0.0ms | eps | @ | -inf | (- eps (tan eps)) |
| 0.0ms | eps | @ | inf | (- eps (tan eps)) |
| 1× | batch-egg-rewrite |
| 4 318× | *-lowering-*.f32 |
| 4 318× | *-lowering-*.f64 |
| 3 264× | /-lowering-/.f32 |
| 3 264× | /-lowering-/.f64 |
| 2 758× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 6 | 19 |
| 1 | 46 | 19 |
| 2 | 403 | 19 |
| 3 | 5950 | 19 |
| 0 | 8261 | 19 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- eps (sin eps)) (- eps (tan eps))) |
(- eps (sin eps)) |
(sin eps) |
(- eps (tan eps)) |
| Outputs |
|---|
(+.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(+.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(+.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(+.f64 (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps))) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(+.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 eps eps)) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))))) |
(+.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)))) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 eps eps))) |
(+.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 eps eps (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 eps (tan.f64 eps)))) |
(+.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) eps) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (tan.f64 eps))) |
(+.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (tan.f64 eps)) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) eps)) |
(+.f64 (*.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 1 binary64)) (*.f64 (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 eps eps) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (*.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))))) |
(+.f64 (*.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (*.f64 (*.f64 eps eps) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))))) |
(+.f64 (*.f64 (fma.f64 eps eps (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (*.f64 (*.f64 eps (tan.f64 eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))))) |
(+.f64 (*.f64 eps (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))))) (*.f64 (tan.f64 eps) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (tan.f64 eps) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))))) (*.f64 eps (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 eps (tan.f64 eps)) (-.f64 eps (sin.f64 eps)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (tan.f64 eps) eps))) |
(-.f64 (/.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (-.f64 eps (tan.f64 eps))) (/.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (-.f64 eps (tan.f64 eps)))) |
(-.f64 (/.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (sin.f64 eps))) (-.f64 eps (tan.f64 eps))) (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))) (-.f64 eps (tan.f64 eps)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 (tan.f64 eps) eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (tan.f64 eps) eps))) |
(-.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (*.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(-.f64 (/.f64 (*.f64 eps eps) (*.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (sin.f64 eps)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (sin.f64 eps))))) |
(-.f64 (/.f64 (*.f64 eps (-.f64 eps (tan.f64 eps))) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal 2 binary64))) (/.f64 (*.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (fma.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64))))) (/.f64 (pow.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (fma.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps)))) (/.f64 (pow.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) #s(literal 2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))))) |
(fma.f64 eps (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 eps (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 eps (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 eps (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (*.f64 (tan.f64 eps) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))))) |
(fma.f64 (sin.f64 eps) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps)) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(fma.f64 (tan.f64 eps) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (*.f64 eps (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 1 binary64) (*.f64 (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)) #s(literal 1 binary64))) |
(fma.f64 (*.f64 eps eps) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (*.f64 eps eps) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))))) |
(fma.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (/.f64 eps (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (/.f64 eps (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (/.f64 eps (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 eps (-.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 #s(literal 1 binary64) (/.f64 eps (-.f64 eps (tan.f64 eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 eps (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sin.f64 eps)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(fma.f64 (+.f64 eps (tan.f64 eps)) (/.f64 eps (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (+.f64 eps (tan.f64 eps)) (/.f64 eps (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (+.f64 eps (tan.f64 eps)) (/.f64 eps (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps)) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps)) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) eps (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) eps (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) eps (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(fma.f64 (fma.f64 eps eps (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (*.f64 eps (tan.f64 eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))))) |
(fma.f64 (/.f64 eps (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 eps (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 eps (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (/.f64 eps (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (+.f64 eps (tan.f64 eps)) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 eps (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (+.f64 eps (tan.f64 eps)) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 eps (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (+.f64 eps (tan.f64 eps)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 eps eps) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))))) |
(fma.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 eps eps))) |
(fma.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 eps eps (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 eps (tan.f64 eps)))) |
(fma.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) eps (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (tan.f64 eps))) |
(fma.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (tan.f64 eps) (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) eps)) |
(fma.f64 (/.f64 (sin.f64 eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(fma.f64 (/.f64 (sin.f64 eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(fma.f64 (*.f64 eps #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (*.f64 eps #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (*.f64 eps #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (/.f64 eps #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 eps #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 eps #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (neg.f64 (/.f64 (sin.f64 eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(fma.f64 (neg.f64 (/.f64 (sin.f64 eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))))) (+.f64 eps (tan.f64 eps)) (/.f64 eps (-.f64 eps (tan.f64 eps)))) |
(fma.f64 (/.f64 eps (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 eps (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 eps (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (/.f64 eps (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 eps (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 eps (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) |
(neg.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (tan.f64 eps) eps))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (tan.f64 eps) eps)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 eps (tan.f64 eps)) (-.f64 eps (sin.f64 eps))))) |
(/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
(/.f64 (-.f64 (sin.f64 eps) eps) (-.f64 (tan.f64 eps) eps)) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (*.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (*.f64 (-.f64 (tan.f64 eps) eps) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (tan.f64 eps)) (-.f64 eps (sin.f64 eps)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal 2 binary64)) (fma.f64 eps (-.f64 eps (tan.f64 eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (sin.f64 eps))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64)))) (-.f64 (pow.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 eps (tan.f64 eps))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 eps (sin.f64 eps)) (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 eps (tan.f64 eps))))) |
(/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (-.f64 (tan.f64 eps) eps) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 eps (tan.f64 eps)) (-.f64 (sin.f64 eps) eps))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps))) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (fma.f64 eps (-.f64 eps (tan.f64 eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (sin.f64 eps))) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (*.f64 (-.f64 eps (tan.f64 eps)) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (*.f64 (-.f64 (tan.f64 eps) eps) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (neg.f64 (*.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) (*.f64 (-.f64 eps (tan.f64 eps)) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) (*.f64 (-.f64 (tan.f64 eps) eps) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) (neg.f64 (*.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (sin.f64 eps))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64))) (fma.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (neg.f64 (pow.f64 (sin.f64 eps) #s(literal 9 binary64)))) (*.f64 (*.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (+.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (pow.f64 (*.f64 eps (sin.f64 eps)) #s(literal 3 binary64))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (*.f64 (*.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (*.f64 (*.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (sin.f64 eps))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 (fma.f64 eps eps #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps eps))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps)))) |
(/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps)))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 4 binary64))) (*.f64 (*.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (sin.f64 eps))) (-.f64 (fma.f64 eps eps #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))))) |
(/.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 eps (tan.f64 eps))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) |
(/.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) |
(/.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps)))) |
(/.f64 (*.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 eps (sin.f64 eps)) (+.f64 eps (tan.f64 eps))) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 eps (/.f64 (-.f64 eps (tan.f64 eps)) (sin.f64 eps))) (-.f64 eps (tan.f64 eps))) (*.f64 (-.f64 eps (tan.f64 eps)) (/.f64 (-.f64 eps (tan.f64 eps)) (sin.f64 eps)))) |
(/.f64 (-.f64 (*.f64 eps (-.f64 (tan.f64 eps) eps)) (*.f64 (-.f64 eps (tan.f64 eps)) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) (*.f64 (-.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (-.f64 (-.f64 eps (tan.f64 eps)) (*.f64 (/.f64 (-.f64 eps (tan.f64 eps)) eps) (sin.f64 eps))) (*.f64 (/.f64 (-.f64 eps (tan.f64 eps)) eps) (-.f64 eps (tan.f64 eps)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (tan.f64 eps)) (sin.f64 eps))) (*.f64 (/.f64 (-.f64 eps (tan.f64 eps)) eps) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 eps (tan.f64 eps)) eps) (/.f64 (-.f64 eps (tan.f64 eps)) (sin.f64 eps)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps)) (*.f64 (/.f64 (-.f64 eps (tan.f64 eps)) eps) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) (*.f64 (/.f64 (-.f64 eps (tan.f64 eps)) eps) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 eps (tan.f64 eps))) (*.f64 (-.f64 (tan.f64 eps) eps) (sin.f64 eps))) (*.f64 (-.f64 (tan.f64 eps) eps) (-.f64 eps (tan.f64 eps)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (/.f64 (-.f64 eps (tan.f64 eps)) (sin.f64 eps))) (*.f64 (-.f64 (tan.f64 eps) eps) #s(literal 1 binary64))) (*.f64 (-.f64 (tan.f64 eps) eps) (/.f64 (-.f64 eps (tan.f64 eps)) (sin.f64 eps)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) eps) (-.f64 (tan.f64 eps) eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (-.f64 #s(literal 0 binary64) (sin.f64 eps)))) (pow.f64 (-.f64 (tan.f64 eps) eps) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (*.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) #s(literal -1 binary64)) (*.f64 (+.f64 eps (sin.f64 eps)) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (-.f64 eps (tan.f64 eps)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) #s(literal 1 binary64)) (*.f64 (+.f64 eps (sin.f64 eps)) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))) (-.f64 eps (tan.f64 eps)))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (*.f64 (-.f64 eps (tan.f64 eps)) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))))) (*.f64 (-.f64 eps (tan.f64 eps)) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (*.f64 (-.f64 (tan.f64 eps) eps) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))))) (*.f64 (-.f64 (tan.f64 eps) eps) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))))) |
(/.f64 (*.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps eps)) (pow.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) #s(literal 3 binary64)))) (*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (fma.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (-.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (*.f64 eps eps)) (*.f64 (*.f64 eps eps) (*.f64 eps eps))))) |
(/.f64 (*.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) #s(literal 2 binary64)))) (*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (-.f64 (*.f64 eps eps) (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)))))) |
(/.f64 (*.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (*.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (-.f64 eps (tan.f64 eps)))) |
(/.f64 (*.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (fma.f64 eps eps (*.f64 (tan.f64 eps) (-.f64 (tan.f64 eps) eps))))) |
(/.f64 (neg.f64 (fma.f64 eps (-.f64 eps (tan.f64 eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (sin.f64 eps)))) (neg.f64 (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 eps (tan.f64 eps)))) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 eps (tan.f64 eps)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (+.f64 (pow.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)) #s(literal 3 binary64))) (fma.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64)) (-.f64 (pow.f64 (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)) #s(literal 2 binary64)) (*.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64))) (pow.f64 (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)) #s(literal 2 binary64))) (-.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sin.f64 eps) eps)) (-.f64 (tan.f64 eps) eps)) |
(/.f64 (*.f64 (-.f64 (sin.f64 eps) eps) #s(literal 1 binary64)) (-.f64 (tan.f64 eps) eps)) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 eps (-.f64 eps (tan.f64 eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (sin.f64 eps)))) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)))) (fma.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 eps (tan.f64 eps)))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 eps (tan.f64 eps)))) (+.f64 eps (sin.f64 eps))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))))) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps eps)) (pow.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (-.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (*.f64 eps eps)) (*.f64 (*.f64 eps eps) (*.f64 eps eps)))) |
(/.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) #s(literal 2 binary64)))) (-.f64 (*.f64 eps eps) (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))))) |
(/.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 eps (tan.f64 eps))) |
(/.f64 (*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 eps eps (*.f64 (tan.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps)))) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps))) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (*.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps))) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps))) (+.f64 eps (sin.f64 eps))) |
(/.f64 (/.f64 (-.f64 (sin.f64 eps) eps) #s(literal -1 binary64)) (-.f64 eps (tan.f64 eps))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (tan.f64 eps)) (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))))) (+.f64 eps (sin.f64 eps))) |
(/.f64 (/.f64 (fma.f64 eps (-.f64 eps (tan.f64 eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (sin.f64 eps))) (-.f64 eps (tan.f64 eps))) (-.f64 eps (tan.f64 eps))) |
(pow.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 eps (tan.f64 eps)) (-.f64 eps (sin.f64 eps))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal 2 binary64)) (fma.f64 eps (-.f64 eps (tan.f64 eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (sin.f64 eps)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64)))) (-.f64 (pow.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 eps (tan.f64 eps)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 eps (sin.f64 eps)) (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 eps (tan.f64 eps)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (-.f64 eps (tan.f64 eps)) (-.f64 eps (sin.f64 eps))) (/.f64 (-.f64 eps (tan.f64 eps)) (-.f64 eps (sin.f64 eps)))) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 eps (sin.f64 eps)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps)))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) #s(literal 1 binary64)) |
(*.f64 (-.f64 (sin.f64 eps) eps) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps))) |
(*.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) |
(*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (-.f64 eps (tan.f64 eps)))) |
(*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (*.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps)))) |
(*.f64 (+.f64 eps (tan.f64 eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))))) |
(*.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps))) (-.f64 eps (tan.f64 eps)))) |
(*.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (sin.f64 eps))))) |
(*.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps)))) |
(*.f64 (+.f64 eps (sin.f64 eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (*.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (sin.f64 eps))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (tan.f64 eps) eps))) |
(*.f64 (fma.f64 eps (-.f64 eps (tan.f64 eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (sin.f64 eps))) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64))) |
(*.f64 (-.f64 (pow.f64 (/.f64 eps (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (sin.f64 eps) (-.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (*.f64 (*.f64 eps eps) (pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal -2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (-.f64 eps (sin.f64 eps))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps)) (-.f64 (sin.f64 eps) eps)) |
(*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (+.f64 eps (sin.f64 eps))))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 eps (tan.f64 eps))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 eps (tan.f64 eps))) (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps)))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (+.f64 eps (tan.f64 eps))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (*.f64 (-.f64 eps (sin.f64 eps)) (+.f64 eps (tan.f64 eps)))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps))))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps))) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps))) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps))))) |
(*.f64 (/.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (-.f64 eps (tan.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (/.f64 (+.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) (/.f64 (-.f64 eps (sin.f64 eps)) (+.f64 eps (sin.f64 eps)))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps)))) |
(*.f64 (pow.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sin.f64 eps) eps)) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))))) (+.f64 eps (tan.f64 eps))) |
(*.f64 (/.f64 (-.f64 (sin.f64 eps) eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (/.f64 (-.f64 (sin.f64 eps) eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 eps (tan.f64 eps)) (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))))) (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps)))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps)))) |
(*.f64 (/.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 eps (tan.f64 eps))) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps eps)) (pow.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) (-.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) (*.f64 eps eps)) (*.f64 (*.f64 eps eps) (*.f64 eps eps)))) |
(*.f64 (/.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 eps (tan.f64 eps))) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) #s(literal 2 binary64)))) (-.f64 (*.f64 eps eps) (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 eps (tan.f64 eps))) (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps))))) (-.f64 eps (sin.f64 eps))) |
(*.f64 (/.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 eps (tan.f64 eps))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (fma.f64 (sin.f64 eps) (-.f64 (sin.f64 eps) eps) (*.f64 eps eps))) |
(+.f64 eps (-.f64 #s(literal 0 binary64) (sin.f64 eps))) |
(+.f64 (-.f64 #s(literal 0 binary64) (sin.f64 eps)) eps) |
(+.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(+.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (sin.f64 eps))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) eps)) (-.f64 #s(literal 0 binary64) (sin.f64 eps))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps)))) #s(literal -1 binary64))) |
(-.f64 eps (sin.f64 eps)) |
(-.f64 #s(literal 0 binary64) (-.f64 (sin.f64 eps) eps)) |
(-.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(-.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64)))) |
(-.f64 (+.f64 eps #s(literal 0 binary64)) (sin.f64 eps)) |
(fma.f64 eps (/.f64 eps (+.f64 eps (sin.f64 eps))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))))) |
(fma.f64 eps (/.f64 (*.f64 eps eps) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (sin.f64 eps) #s(literal -1 binary64) eps) |
(fma.f64 (*.f64 eps (*.f64 eps eps)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (*.f64 eps eps) (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 eps eps) (/.f64 eps (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 #s(literal -1 binary64) (sin.f64 eps) eps) |
(fma.f64 (pow.f64 eps #s(literal 3/2 binary64)) (/.f64 (pow.f64 eps #s(literal 3/2 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps))))) (-.f64 eps (sin.f64 eps)) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (fma.f64 (sin.f64 eps) (-.f64 (sin.f64 eps) eps) (*.f64 eps eps)) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps eps)) (pow.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) (-.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) (*.f64 eps eps)) (*.f64 (*.f64 eps eps) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) #s(literal 2 binary64)))) (-.f64 (*.f64 eps eps) (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)))) (neg.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(neg.f64 (-.f64 (sin.f64 eps) eps)) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) #s(literal 1/2 binary64) (-.f64 (*.f64 eps eps) (*.f64 eps (-.f64 #s(literal 0 binary64) (sin.f64 eps)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (+.f64 eps (sin.f64 eps))) |
(/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (neg.f64 (pow.f64 (sin.f64 eps) #s(literal 9 binary64)))) (*.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (+.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (pow.f64 (*.f64 eps (sin.f64 eps)) #s(literal 3 binary64))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (*.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (*.f64 (+.f64 eps (sin.f64 eps)) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 (fma.f64 eps eps #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps eps))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 4 binary64))) (*.f64 (+.f64 eps (sin.f64 eps)) (-.f64 (fma.f64 eps eps #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (*.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps eps) (+.f64 eps (sin.f64 eps))) (*.f64 (+.f64 eps (sin.f64 eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))))) (pow.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (neg.f64 (pow.f64 (sin.f64 eps) #s(literal 9 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (pow.f64 (*.f64 eps (sin.f64 eps)) #s(literal 3 binary64))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 (fma.f64 eps eps #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps eps))) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 eps eps #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))))) (+.f64 eps (sin.f64 eps))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (sin.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (sin.f64 eps))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 eps eps)) (-.f64 (-.f64 #s(literal 0 binary64) (sin.f64 eps)) eps)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) #s(literal 2 binary64))) (fma.f64 eps (/.f64 (*.f64 eps eps) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (/.f64 (pow.f64 (sin.f64 eps) #s(literal 3 binary64)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (sin.f64 eps))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 eps (/.f64 eps (+.f64 eps (sin.f64 eps))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) (*.f64 (+.f64 eps (sin.f64 eps)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (neg.f64 (pow.f64 (sin.f64 eps) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) (+.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (pow.f64 (*.f64 eps (sin.f64 eps)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps)))) (fma.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps)))) (-.f64 (fma.f64 eps eps #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps eps)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (sin.f64 eps) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps)))) (-.f64 (fma.f64 eps eps #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps))))) |
(pow.f64 (-.f64 eps (sin.f64 eps)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 eps (sin.f64 eps)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps)) (*.f64 (-.f64 eps (sin.f64 eps)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(*.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps))) |
(*.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps)))) |
(*.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps))) #s(literal 1 binary64))) |
(*.f64 (+.f64 eps (sin.f64 eps)) (/.f64 (-.f64 eps (sin.f64 eps)) (+.f64 eps (sin.f64 eps)))) |
(*.f64 (+.f64 eps (sin.f64 eps)) (*.f64 (-.f64 eps (sin.f64 eps)) (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (sin.f64 eps) eps)) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(*.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 eps eps))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 eps (sin.f64 eps))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 eps (sin.f64 eps))) (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps))))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (fma.f64 (sin.f64 eps) (-.f64 (sin.f64 eps) eps) (*.f64 eps eps))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps)))) (+.f64 (-.f64 (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 eps eps))))) (-.f64 eps (sin.f64 eps))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps eps)) (pow.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) (-.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) (*.f64 eps eps)) (*.f64 (*.f64 eps eps) (*.f64 eps eps)))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))) #s(literal 2 binary64)))) (-.f64 (*.f64 eps eps) (*.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 eps))) |
(sin.f64 eps) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sin.f64 eps))) |
(*.f64 #s(literal 1 binary64) (sin.f64 eps)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sin.f64 eps))) |
(+.f64 eps (-.f64 #s(literal 0 binary64) (tan.f64 eps))) |
(+.f64 (-.f64 #s(literal 0 binary64) (tan.f64 eps)) eps) |
(+.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(+.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (tan.f64 eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) eps)) (-.f64 #s(literal 0 binary64) (tan.f64 eps))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (-.f64 eps (tan.f64 eps))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(-.f64 eps (tan.f64 eps)) |
(-.f64 #s(literal 0 binary64) (-.f64 (tan.f64 eps) eps)) |
(-.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(-.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (tan.f64 eps))) (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps)))) |
(-.f64 (/.f64 eps #s(literal 1 binary64)) (/.f64 (tan.f64 eps) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 1 binary64)) (/.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (tan.f64 eps))) #s(literal 1 binary64)) (/.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))) #s(literal 1 binary64))) |
(-.f64 (+.f64 eps #s(literal 0 binary64)) (tan.f64 eps)) |
(fma.f64 eps (/.f64 eps (+.f64 eps (tan.f64 eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))))) |
(fma.f64 eps (/.f64 (*.f64 eps eps) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (sin.f64 eps) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (cos.f64 eps))) eps) |
(fma.f64 (sin.f64 eps) (neg.f64 (/.f64 #s(literal 1 binary64) (cos.f64 eps))) eps) |
(fma.f64 (tan.f64 eps) #s(literal -1 binary64) eps) |
(fma.f64 (*.f64 eps (*.f64 eps eps)) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (*.f64 eps eps) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))))) |
(fma.f64 (*.f64 eps eps) (/.f64 eps (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sin.f64 eps)) (/.f64 #s(literal 1 binary64) (cos.f64 eps)) eps) |
(fma.f64 #s(literal -1 binary64) (tan.f64 eps) eps) |
(fma.f64 (pow.f64 eps #s(literal 3/2 binary64)) (/.f64 (pow.f64 eps #s(literal 3/2 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps eps)) (pow.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (-.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (*.f64 eps eps)) (*.f64 (*.f64 eps eps) (*.f64 eps eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) #s(literal 2 binary64)))) (-.f64 (*.f64 eps eps) (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 eps (tan.f64 eps)) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 eps eps (*.f64 (tan.f64 eps) (-.f64 (tan.f64 eps) eps))) (neg.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))))) |
(neg.f64 (-.f64 (tan.f64 eps) eps)) |
(/.f64 (-.f64 eps (tan.f64 eps)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (tan.f64 eps) eps) #s(literal -1 binary64)) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (+.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (-.f64 (*.f64 eps eps) (*.f64 eps (-.f64 #s(literal 0 binary64) (tan.f64 eps)))))) |
(/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (+.f64 eps (tan.f64 eps))) |
(/.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))))) |
(/.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps)))) |
(/.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) (*.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) (*.f64 (+.f64 eps (tan.f64 eps)) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 4 binary64))) (pow.f64 (*.f64 eps (tan.f64 eps)) #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (neg.f64 (pow.f64 (tan.f64 eps) #s(literal 9 binary64)))) (*.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (+.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) (pow.f64 (*.f64 eps (tan.f64 eps)) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 4 binary64))) (*.f64 (+.f64 eps (tan.f64 eps)) (fma.f64 eps eps (pow.f64 (tan.f64 eps) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (*.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps eps) (+.f64 eps (tan.f64 eps))) (*.f64 (+.f64 eps (tan.f64 eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (pow.f64 (+.f64 eps (tan.f64 eps)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) #s(literal 1 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) |
(/.f64 (*.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) #s(literal 1 binary64)) (+.f64 eps (tan.f64 eps))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (neg.f64 (pow.f64 (tan.f64 eps) #s(literal 9 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) (pow.f64 (*.f64 eps (tan.f64 eps)) #s(literal 3 binary64))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (fma.f64 eps (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 4 binary64))) (pow.f64 (*.f64 eps (tan.f64 eps)) #s(literal 2 binary64))) (+.f64 eps (tan.f64 eps)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 eps eps (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (+.f64 eps (tan.f64 eps)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (+.f64 eps (tan.f64 eps))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (tan.f64 eps))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (tan.f64 eps))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (tan.f64 eps))) (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))))))) |
(/.f64 (-.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (*.f64 eps eps)) (-.f64 (-.f64 #s(literal 0 binary64) (tan.f64 eps)) eps)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 2 binary64))) (fma.f64 eps (/.f64 (*.f64 eps eps) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (/.f64 (pow.f64 (tan.f64 eps) #s(literal 3 binary64)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 eps eps) (+.f64 eps (tan.f64 eps))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))) #s(literal 2 binary64))) (fma.f64 eps (/.f64 eps (+.f64 eps (tan.f64 eps))) (/.f64 (pow.f64 (tan.f64 eps) #s(literal 2 binary64)) (+.f64 eps (tan.f64 eps))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (neg.f64 (pow.f64 (tan.f64 eps) #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) (+.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) (pow.f64 (*.f64 eps (tan.f64 eps)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps)))) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 4 binary64))) (pow.f64 (*.f64 eps (tan.f64 eps)) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps)))) (fma.f64 eps eps (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) |
(pow.f64 (-.f64 eps (tan.f64 eps)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 eps (tan.f64 eps)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (/.f64 (-.f64 eps (tan.f64 eps)) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)) (*.f64 (-.f64 eps (tan.f64 eps)) (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(*.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) |
(*.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps)))) |
(*.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps))) #s(literal 1 binary64))) |
(*.f64 (+.f64 eps (tan.f64 eps)) (/.f64 (-.f64 eps (tan.f64 eps)) (+.f64 eps (tan.f64 eps)))) |
(*.f64 (+.f64 eps (tan.f64 eps)) (*.f64 (-.f64 eps (tan.f64 eps)) (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (tan.f64 eps) eps)) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(*.f64 (+.f64 (neg.f64 (*.f64 eps eps)) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 eps (tan.f64 eps))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 eps (tan.f64 eps))) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (fma.f64 eps eps (*.f64 (tan.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(*.f64 (/.f64 (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64))) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (-.f64 eps (tan.f64 eps))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps eps)) (pow.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (-.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) (*.f64 eps eps)) (*.f64 (*.f64 eps eps) (*.f64 eps eps)))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 eps eps)) (pow.f64 (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))) #s(literal 2 binary64)))) (-.f64 (*.f64 eps eps) (*.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps))))) |
| 1× | egg-herbie |
| 12 288× | accelerator-lowering-fma.f32 |
| 12 288× | accelerator-lowering-fma.f64 |
| 6 122× | *-lowering-*.f32 |
| 6 122× | *-lowering-*.f64 |
| 1 424× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 148 | 561 |
| 1 | 422 | 524 |
| 2 | 1321 | 499 |
| 3 | 5650 | 444 |
| 0 | 8479 | 418 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
-1/2 |
(- (* 9/40 (pow eps 2)) 1/2) |
(- (* (pow eps 2) (+ 9/40 (* -27/2800 (pow eps 2)))) 1/2) |
(- (* (pow eps 2) (+ 9/40 (* (pow eps 2) (- (* 27/112000 (pow eps 2)) 27/2800)))) 1/2) |
1 |
(- (+ 1 (* -1 (/ (sin eps) eps))) (* -1 (/ (sin eps) (* eps (cos eps))))) |
(- (+ 1 (+ (* -1 (/ (sin eps) eps)) (/ (* (sin eps) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 2) (cos eps))))) (* -1 (/ (sin eps) (* eps (cos eps))))) |
(- (+ 1 (+ (* -1 (/ (sin eps) eps)) (/ (* (pow (sin eps) 2) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 3) (pow (cos eps) 2))))) (+ (* -1 (/ (sin eps) (* eps (cos eps)))) (* -1 (/ (* (sin eps) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 2) (cos eps)))))) |
1 |
(+ 1 (* -1 (/ (- (sin eps) (/ (sin eps) (cos eps))) eps))) |
(+ 1 (* -1 (/ (- (+ (sin eps) (/ (* (sin eps) (- (sin eps) (/ (sin eps) (cos eps)))) (* eps (cos eps)))) (/ (sin eps) (cos eps))) eps))) |
(+ 1 (* -1 (/ (- (+ (sin eps) (* -1 (/ (- (* -1 (/ (* (pow (sin eps) 2) (- (sin eps) (/ (sin eps) (cos eps)))) (* eps (pow (cos eps) 2)))) (/ (* (sin eps) (- (sin eps) (/ (sin eps) (cos eps)))) (cos eps))) eps))) (/ (sin eps) (cos eps))) eps))) |
(* 1/6 (pow eps 3)) |
(* (pow eps 3) (+ 1/6 (* -1/120 (pow eps 2)))) |
(* (pow eps 3) (+ 1/6 (* (pow eps 2) (- (* 1/5040 (pow eps 2)) 1/120)))) |
(* (pow eps 3) (+ 1/6 (* (pow eps 2) (- (* (pow eps 2) (+ 1/5040 (* -1/362880 (pow eps 2)))) 1/120)))) |
eps |
(* eps (+ 1 (* -1 (/ (sin eps) eps)))) |
(* eps (+ 1 (* -1 (/ (sin eps) eps)))) |
(* eps (+ 1 (* -1 (/ (sin eps) eps)))) |
eps |
(* -1 (* eps (- (/ (sin eps) eps) 1))) |
(* -1 (* eps (- (/ (sin eps) eps) 1))) |
(* -1 (* eps (- (/ (sin eps) eps) 1))) |
eps |
(* eps (+ 1 (* -1/6 (pow eps 2)))) |
(* eps (+ 1 (* (pow eps 2) (- (* 1/120 (pow eps 2)) 1/6)))) |
(* eps (+ 1 (* (pow eps 2) (- (* (pow eps 2) (+ 1/120 (* -1/5040 (pow eps 2)))) 1/6)))) |
(sin eps) |
(sin eps) |
(sin eps) |
(sin eps) |
(sin eps) |
(sin eps) |
(sin eps) |
(sin eps) |
(* -1/3 (pow eps 3)) |
(* (pow eps 3) (- (* -2/15 (pow eps 2)) 1/3)) |
(* (pow eps 3) (- (* (pow eps 2) (- (* -17/315 (pow eps 2)) 2/15)) 1/3)) |
(* (pow eps 3) (- (* (pow eps 2) (- (* (pow eps 2) (- (* -62/2835 (pow eps 2)) 17/315)) 2/15)) 1/3)) |
eps |
(* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps)))))) |
(* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps)))))) |
(* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps)))))) |
eps |
(* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1))) |
(* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1))) |
(* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1))) |
| Outputs |
|---|
-1/2 |
#s(literal -1/2 binary64) |
(- (* 9/40 (pow eps 2)) 1/2) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(- (* (pow eps 2) (+ 9/40 (* -27/2800 (pow eps 2)))) 1/2) |
(fma.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) #s(literal -1/2 binary64)) |
(- (* (pow eps 2) (+ 9/40 (* (pow eps 2) (- (* 27/112000 (pow eps 2)) 27/2800)))) 1/2) |
(fma.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps (fma.f64 eps (*.f64 eps #s(literal 27/112000 binary64)) #s(literal -27/2800 binary64))) #s(literal 9/40 binary64)) #s(literal -1/2 binary64)) |
1 |
#s(literal 1 binary64) |
(- (+ 1 (* -1 (/ (sin eps) eps))) (* -1 (/ (sin eps) (* eps (cos eps))))) |
(fma.f64 (/.f64 (sin.f64 eps) eps) (-.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cos.f64 eps))) #s(literal 1 binary64)) |
(- (+ 1 (+ (* -1 (/ (sin eps) eps)) (/ (* (sin eps) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 2) (cos eps))))) (* -1 (/ (sin eps) (* eps (cos eps))))) |
(fma.f64 (/.f64 (sin.f64 eps) (cos.f64 eps)) (-.f64 (/.f64 (*.f64 (sin.f64 eps) (-.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cos.f64 eps)))) (*.f64 eps eps)) (/.f64 #s(literal -1 binary64) eps)) (-.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) eps))) |
(- (+ 1 (+ (* -1 (/ (sin eps) eps)) (/ (* (pow (sin eps) 2) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 3) (pow (cos eps) 2))))) (+ (* -1 (/ (sin eps) (* eps (cos eps)))) (* -1 (/ (* (sin eps) (- (* -1 (sin eps)) (* -1 (/ (sin eps) (cos eps))))) (* (pow eps 2) (cos eps)))))) |
(fma.f64 (sin.f64 eps) (fma.f64 (sin.f64 eps) (/.f64 (*.f64 (sin.f64 eps) (-.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cos.f64 eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (pow.f64 (cos.f64 eps) #s(literal 2 binary64))))) (/.f64 #s(literal -1 binary64) eps)) (fma.f64 (/.f64 (sin.f64 eps) (cos.f64 eps)) (-.f64 (/.f64 (*.f64 (sin.f64 eps) (-.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cos.f64 eps)))) (*.f64 eps eps)) (/.f64 #s(literal -1 binary64) eps)) #s(literal 1 binary64))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (- (sin eps) (/ (sin eps) (cos eps))) eps))) |
(fma.f64 (/.f64 (sin.f64 eps) eps) (-.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cos.f64 eps))) #s(literal 1 binary64)) |
(+ 1 (* -1 (/ (- (+ (sin eps) (/ (* (sin eps) (- (sin eps) (/ (sin eps) (cos eps)))) (* eps (cos eps)))) (/ (sin eps) (cos eps))) eps))) |
(-.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (sin.f64 eps) (cos.f64 eps)) (fma.f64 (+.f64 (/.f64 #s(literal -1 binary64) (cos.f64 eps)) #s(literal 1 binary64)) (/.f64 (sin.f64 eps) eps) #s(literal -1 binary64)) (sin.f64 eps)) eps)) |
(+ 1 (* -1 (/ (- (+ (sin eps) (* -1 (/ (- (* -1 (/ (* (pow (sin eps) 2) (- (sin eps) (/ (sin eps) (cos eps)))) (* eps (pow (cos eps) 2)))) (/ (* (sin eps) (- (sin eps) (/ (sin eps) (cos eps)))) (cos eps))) eps))) (/ (sin eps) (cos eps))) eps))) |
(+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (sin.f64 eps) (-.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cos.f64 eps)))) (+.f64 (/.f64 (pow.f64 (sin.f64 eps) #s(literal 2 binary64)) (*.f64 eps (pow.f64 (cos.f64 eps) #s(literal 2 binary64)))) (/.f64 (sin.f64 eps) (cos.f64 eps)))) eps) (*.f64 (sin.f64 eps) (-.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (cos.f64 eps))))) eps)) |
(* 1/6 (pow eps 3)) |
(*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 1/6 binary64)) |
(* (pow eps 3) (+ 1/6 (* -1/120 (pow eps 2)))) |
(*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 eps (*.f64 eps #s(literal -1/120 binary64)) #s(literal 1/6 binary64))))) |
(* (pow eps 3) (+ 1/6 (* (pow eps 2) (- (* 1/5040 (pow eps 2)) 1/120)))) |
(*.f64 (*.f64 eps eps) (*.f64 eps (fma.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) |
(* (pow eps 3) (+ 1/6 (* (pow eps 2) (- (* (pow eps 2) (+ 1/5040 (* -1/362880 (pow eps 2)))) 1/120)))) |
(*.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
eps |
(* eps (+ 1 (* -1 (/ (sin eps) eps)))) |
(-.f64 eps (sin.f64 eps)) |
(* eps (+ 1 (* -1 (/ (sin eps) eps)))) |
(-.f64 eps (sin.f64 eps)) |
(* eps (+ 1 (* -1 (/ (sin eps) eps)))) |
(-.f64 eps (sin.f64 eps)) |
eps |
(* -1 (* eps (- (/ (sin eps) eps) 1))) |
(-.f64 eps (sin.f64 eps)) |
(* -1 (* eps (- (/ (sin eps) eps) 1))) |
(-.f64 eps (sin.f64 eps)) |
(* -1 (* eps (- (/ (sin eps) eps) 1))) |
(-.f64 eps (sin.f64 eps)) |
eps |
(* eps (+ 1 (* -1/6 (pow eps 2)))) |
(*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -1/6 binary64) #s(literal 1 binary64))) |
(* eps (+ 1 (* (pow eps 2) (- (* 1/120 (pow eps 2)) 1/6)))) |
(*.f64 eps (fma.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(* eps (+ 1 (* (pow eps 2) (- (* (pow eps 2) (+ 1/120 (* -1/5040 (pow eps 2)))) 1/6)))) |
(*.f64 eps (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(sin eps) |
(sin.f64 eps) |
(sin eps) |
(sin.f64 eps) |
(sin eps) |
(sin.f64 eps) |
(sin eps) |
(sin.f64 eps) |
(sin eps) |
(sin.f64 eps) |
(sin eps) |
(sin.f64 eps) |
(sin eps) |
(sin.f64 eps) |
(sin eps) |
(sin.f64 eps) |
(* -1/3 (pow eps 3)) |
(*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -1/3 binary64)) |
(* (pow eps 3) (- (* -2/15 (pow eps 2)) 1/3)) |
(*.f64 (*.f64 eps eps) (*.f64 eps (fma.f64 eps (*.f64 eps #s(literal -2/15 binary64)) #s(literal -1/3 binary64)))) |
(* (pow eps 3) (- (* (pow eps 2) (- (* -17/315 (pow eps 2)) 2/15)) 1/3)) |
(*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps #s(literal -17/315 binary64)) #s(literal -2/15 binary64)) #s(literal -1/3 binary64))))) |
(* (pow eps 3) (- (* (pow eps 2) (- (* (pow eps 2) (- (* -62/2835 (pow eps 2)) 17/315)) 2/15)) 1/3)) |
(*.f64 (*.f64 eps eps) (*.f64 eps (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal -62/2835 binary64) #s(literal -17/315 binary64)) #s(literal -2/15 binary64))) #s(literal -1/3 binary64)))) |
eps |
(* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps)))))) |
(-.f64 eps (/.f64 (sin.f64 eps) (cos.f64 eps))) |
(* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps)))))) |
(-.f64 eps (/.f64 (sin.f64 eps) (cos.f64 eps))) |
(* eps (+ 1 (* -1 (/ (sin eps) (* eps (cos eps)))))) |
(-.f64 eps (/.f64 (sin.f64 eps) (cos.f64 eps))) |
eps |
(* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1))) |
(-.f64 eps (/.f64 (sin.f64 eps) (cos.f64 eps))) |
(* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1))) |
(-.f64 eps (/.f64 (sin.f64 eps) (cos.f64 eps))) |
(* -1 (* eps (- (/ (sin eps) (* eps (cos eps))) 1))) |
(-.f64 eps (/.f64 (sin.f64 eps) (cos.f64 eps))) |
Compiled 12 601 to 1 231 computations (90.2% saved)
2 alts after pruning (2 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 465 | 2 | 467 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 466 | 2 | 468 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 100.0% | (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| ▶ | 99.7% | #s(literal -1/2 binary64) |
Compiled 9 to 7 computations (22.2% saved)
| 1× | egg-herbie |
Found 2 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 eps eps) |
| ✓ | cost-diff | 0 | (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| 14× | *-lowering-*.f32 |
| 14× | *-lowering-*.f64 |
| 8× | accelerator-lowering-fma.f32 |
| 8× | accelerator-lowering-fma.f64 |
| 6× | *-commutative |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 6 | 14 |
| 1 | 10 | 14 |
| 2 | 13 | 14 |
| 0 | 13 | 13 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
-1/2 |
(+ (* 9/40 (* eps eps)) -1/2) |
9/40 |
(* eps eps) |
eps |
-1/2 |
| Outputs |
|---|
-1/2 |
#s(literal -1/2 binary64) |
(+ (* 9/40 (* eps eps)) -1/2) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
9/40 |
#s(literal 9/40 binary64) |
(* eps eps) |
(*.f64 eps eps) |
eps |
-1/2 |
#s(literal -1/2 binary64) |
Found 2 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 eps eps) |
| 15.0ms | 256× | 0 | valid |
Compiled 15 to 8 computations (46.7% saved)
ival-mult: 4.0ms (41.9% of total)const: 4.0ms (41.9% of total)ival-add: 1.0ms (10.5% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* 9/40 (* eps eps)) -1/2)> |
#<alt (* eps eps)> |
| Outputs |
|---|
#<alt -1/2> |
#<alt (- (* 9/40 (pow eps 2)) 1/2)> |
#<alt (- (* 9/40 (pow eps 2)) 1/2)> |
#<alt (- (* 9/40 (pow eps 2)) 1/2)> |
#<alt (* 9/40 (pow eps 2))> |
#<alt (* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2)))))> |
#<alt (* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2)))))> |
#<alt (* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2)))))> |
#<alt (* 9/40 (pow eps 2))> |
#<alt (* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2)))))> |
#<alt (* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2)))))> |
#<alt (* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2)))))> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
#<alt (pow eps 2)> |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | eps | @ | 0 | (+ (* 9/40 (* eps eps)) -1/2) |
| 0.0ms | eps | @ | inf | (+ (* 9/40 (* eps eps)) -1/2) |
| 0.0ms | eps | @ | 0 | (* eps eps) |
| 0.0ms | eps | @ | inf | (* eps eps) |
| 0.0ms | eps | @ | -inf | (+ (* 9/40 (* eps eps)) -1/2) |
| 1× | batch-egg-rewrite |
| 7 744× | accelerator-lowering-fma.f32 |
| 7 744× | accelerator-lowering-fma.f64 |
| 4 816× | /-lowering-/.f32 |
| 4 816× | /-lowering-/.f64 |
| 4 494× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 6 | 10 |
| 1 | 27 | 10 |
| 2 | 171 | 10 |
| 3 | 1413 | 10 |
| 0 | 8174 | 9 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* 9/40 (* eps eps)) -1/2) |
(* eps eps) |
| Outputs |
|---|
(+.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) #s(literal -1/2 binary64)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps))) |
(+.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (neg.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1/64 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64))) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal 1/64 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal 1/16 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64))) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)))) (/.f64 #s(literal 1/64 binary64) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))))) (/.f64 #s(literal 1/64 binary64) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)))) (/.f64 #s(literal 1/16 binary64) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (/.f64 (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))))) (/.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) (fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 9/40 binary64) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 eps (*.f64 #s(literal 9/40 binary64) eps) #s(literal -1/2 binary64)) |
(fma.f64 eps (pow.f64 (*.f64 #s(literal 9/40 binary64) eps) #s(literal 1 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 eps (exp.f64 (log.f64 (*.f64 #s(literal 9/40 binary64) eps))) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 eps eps) #s(literal 9/40 binary64) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 eps eps) (exp.f64 (log.f64 #s(literal 9/40 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (/.f64 (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (neg.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))))) |
(fma.f64 (*.f64 #s(literal 9/40 binary64) eps) eps #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 #s(literal 9/40 binary64) eps) (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 81/1600 binary64) (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 #s(literal -81/1600 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (/.f64 (*.f64 eps eps) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (/.f64 eps (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (/.f64 #s(literal -9/40 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 #s(literal 9/40 binary64) eps) #s(literal 1 binary64)) eps #s(literal -1/2 binary64)) |
(fma.f64 (exp.f64 (log.f64 (*.f64 #s(literal 9/40 binary64) eps))) eps #s(literal -1/2 binary64)) |
(fma.f64 (exp.f64 (log.f64 #s(literal 9/40 binary64))) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 eps (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 eps (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 eps (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 eps #s(literal 1 binary64)) (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 eps (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 eps (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 eps (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps eps) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps eps) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) eps) #s(literal 1 binary64)) (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 9/40 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 #s(literal 9/40 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 eps (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (*.f64 eps eps) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 #s(literal 81/1600 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 1 binary64)) (/.f64 #s(literal -81/1600 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 eps eps) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1 binary64)) (/.f64 eps (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 1 binary64)) (/.f64 #s(literal -9/40 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 9/40 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 9/40 binary64) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 9/40 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 9/40 binary64) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 9/40 binary64) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 81/1600 binary64) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 81/1600 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 81/1600 binary64) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 81/1600 binary64) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 #s(literal 81/1600 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 #s(literal 81/1600 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 #s(literal 81/1600 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (*.f64 eps eps) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 eps eps) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (*.f64 eps eps) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 eps (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 eps (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 eps (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 eps (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 #s(literal 9/40 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 #s(literal 9/40 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 #s(literal 9/40 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 #s(literal 9/40 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 #s(literal 9/40 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal 9/40 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (*.f64 #s(literal 9/40 binary64) eps) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) |
(/.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) |
(/.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (*.f64 (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (*.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (*.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64)))) (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))) (/.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)) (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))) (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)) (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) |
(/.f64 (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) |
(/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64))) (neg.f64 (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64))) (neg.f64 (*.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64))) (neg.f64 (*.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64))) (neg.f64 (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64))) (neg.f64 (*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64))) (neg.f64 (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64))) (neg.f64 (*.f64 (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) (fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) |
(/.f64 (/.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64)))) |
(/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) |
(/.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) |
(/.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) #s(literal -1/4 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 4 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal -1/4 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 (/.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) #s(literal 1/4 binary64))) (*.f64 (/.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 4 binary64))) (*.f64 (/.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) #s(literal -1/4 binary64))) (*.f64 (/.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 4 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)) #s(literal -1/4 binary64))) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)))) (neg.f64 (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))))) (neg.f64 (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) (neg.f64 (fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)))) |
(/.f64 (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps)))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (*.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) (-.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64)))))) |
(*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64))) (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64)))))) |
(*.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))))) |
(*.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))))) |
(*.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))))) |
(*.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64)))))) |
(*.f64 (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))))) |
(*.f64 (/.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))))) |
(*.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64))))) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (-.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (*.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps))))))) |
(*.f64 (/.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (-.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (*.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps))))))))) |
(*.f64 (/.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) #s(literal -9/80 binary64))))) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) #s(literal -9/80 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) #s(literal -9/80 binary64))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) #s(literal -9/80 binary64)))))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (-.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (*.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps))))))))) |
(*.f64 (/.f64 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) #s(literal -9/80 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 729/512000 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) #s(literal -9/80 binary64)))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (-.f64 (fma.f64 (*.f64 eps eps) #s(literal 9/80 binary64) #s(literal 1/4 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))) (*.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps))))))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) #s(literal -9/80 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) #s(literal -9/80 binary64)))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 531441/4096000000 binary64)) #s(literal -1/64 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 81/6400 binary64) #s(literal 1/16 binary64)))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))))) |
(*.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal 1/8 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/80 binary64) #s(literal 1/4 binary64)))))) |
(*.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64))))) |
(*.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 6561/2560000 binary64) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -1/16 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal 1/4 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (/.f64 #s(literal -1 binary64) (fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal 81/1600 binary64) #s(literal 9/80 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) #s(literal -1/4 binary64)) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 eps eps) #s(literal -9/40 binary64))))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 eps))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 eps)) #s(literal 1 binary64))) |
(pow.f64 eps #s(literal 2 binary64)) |
(pow.f64 (*.f64 eps eps) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (log.f64 eps)) |
(*.f64 eps eps) |
| 1× | egg-herbie |
| 3 324× | *-lowering-*.f32 |
| 3 324× | *-lowering-*.f64 |
| 3 000× | accelerator-lowering-fma.f32 |
| 3 000× | accelerator-lowering-fma.f64 |
| 1 530× | div-sub |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 110 |
| 1 | 27 | 110 |
| 2 | 58 | 110 |
| 3 | 135 | 110 |
| 4 | 371 | 110 |
| 5 | 706 | 110 |
| 6 | 1162 | 110 |
| 7 | 2173 | 110 |
| 8 | 3640 | 110 |
| 9 | 4730 | 110 |
| 10 | 5703 | 110 |
| 11 | 6850 | 110 |
| 0 | 8022 | 101 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
-1/2 |
(- (* 9/40 (pow eps 2)) 1/2) |
(- (* 9/40 (pow eps 2)) 1/2) |
(- (* 9/40 (pow eps 2)) 1/2) |
(* 9/40 (pow eps 2)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(* 9/40 (pow eps 2)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
(pow eps 2) |
| Outputs |
|---|
-1/2 |
#s(literal -1/2 binary64) |
(- (* 9/40 (pow eps 2)) 1/2) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(- (* 9/40 (pow eps 2)) 1/2) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(- (* 9/40 (pow eps 2)) 1/2) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(* 9/40 (pow eps 2)) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(* 9/40 (pow eps 2)) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal 0 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (fma.f64 eps eps #s(literal 0 binary64)) #s(literal -1/2 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
(pow eps 2) |
(fma.f64 eps eps #s(literal 0 binary64)) |
Compiled 13 182 to 750 computations (94.3% saved)
2 alts after pruning (0 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 281 | 0 | 281 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 2 | 2 |
| Done | 0 | 0 | 0 |
| Total | 281 | 2 | 283 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 100.0% | (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| ✓ | 99.7% | #s(literal -1/2 binary64) |
Compiled 26 to 17 computations (34.6% saved)
| Inputs |
|---|
#s(literal -1/2 binary64) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| Outputs |
|---|
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
2 calls:
| 2.0ms | eps |
| 1.0ms | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 100.0% | 1 | eps |
| 100.0% | 1 | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
Compiled 12 to 7 computations (41.7% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(literal -1/2 binary64) |
| Outputs |
|---|
#s(literal -1/2 binary64) |
2 calls:
| 1.0ms | eps |
| 1.0ms | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 1 | eps |
| 99.7% | 1 | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
Compiled 12 to 7 computations (41.7% saved)
| 1× | egg-herbie |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 5 | 7 |
| 1× | saturated |
| Inputs |
|---|
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
#s(literal -1/2 binary64) |
| Outputs |
|---|
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
#s(literal -1/2 binary64) |
| 12 288× | accelerator-lowering-fma.f32 |
| 12 288× | accelerator-lowering-fma.f64 |
| 6 122× | *-lowering-*.f32 |
| 6 122× | *-lowering-*.f64 |
| 1 424× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 148 | 561 |
| 1 | 422 | 524 |
| 2 | 1321 | 499 |
| 3 | 5650 | 444 |
| 0 | 8479 | 418 |
| 1× | done |
| 1× | iter limit |
| 1× | node limit |
Compiled 17 to 12 computations (29.4% saved)
(abs eps)
Compiled 142 to 88 computations (38% saved)
Loading profile data...