
Time bar (total: 12.9s)
| 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.6s | 4 522× | 2 | valid |
| 1.2s | 1 180× | 3 | valid |
| 933.0ms | 2 409× | 1 | valid |
| 59.0ms | 145× | 0 | valid |
ival-tan: 4.7s (55.7% of total)ival-sin: 2.3s (26.8% of total)ival-sub: 564.0ms (6.7% of total)const: 353.0ms (4.2% of total)adjust: 299.0ms (3.6% of total)ival-div: 184.0ms (2.2% of total)ival-<=: 55.0ms (0.7% of total)ival-and: 12.0ms (0.1% of total)ival-assert: 4.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 |
|---|---|---|---|---|---|
| 161 | 0 | - | 2 | (6.638570842726014e-105) | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| 97 | 0 | - | 0 | - | (-.f64 eps (tan.f64 eps)) |
| 97 | 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 | 159 | 0 |
| ↳ | (-.f64 eps (sin.f64 eps)) | underflow | 159 | |
| ↳ | (-.f64 eps (tan.f64 eps)) | underflow | 159 | |
-.f64 | (-.f64 eps (sin.f64 eps)) | cancellation | 97 | 0 |
-.f64 | (-.f64 eps (tan.f64 eps)) | cancellation | 97 | 0 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 256 | 0 |
| - | 0 | 0 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 256 | 0 | 0 |
| - | 0 | 0 | 0 |
| number | freq |
|---|---|
| 1 | 159 |
| 2 | 97 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 393.0ms | 276× | 2 | valid |
| 42.0ms | 68× | 3 | valid |
| 32.0ms | 162× | 1 | valid |
| 0.0ms | 6× | 0 | valid |
Compiled 68 to 28 computations (58.8% saved)
ival-tan: 281.0ms (63.3% of total)ival-sin: 126.0ms (28.4% of total)adjust: 16.0ms (3.6% of total)ival-sub: 14.0ms (3.2% 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.9% | (/.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 | 66.1% | (-.f64 eps (tan.f64 eps)) |
| ✓ | accuracy | 66.1% | (-.f64 eps (sin.f64 eps)) |
| ✓ | accuracy | 38.0% | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| 212.0ms | 138× | 2 | valid |
| 26.0ms | 81× | 1 | valid |
| 20.0ms | 34× | 3 | valid |
| 0.0ms | 3× | 0 | valid |
Compiled 24 to 8 computations (66.7% saved)
ival-tan: 167.0ms (67.5% of total)ival-sin: 50.0ms (20.2% of total)ival-div: 15.0ms (6.1% of total)adjust: 7.0ms (2.8% of total)ival-sub: 7.0ms (2.8% 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))) (neg.f64 (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))) (neg.f64 (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))) (neg.f64 (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))) (neg.f64 (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))) (neg.f64 (sin.f64 eps)))) |
(fma.f64 (neg.f64 (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))) (neg.f64 (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 (neg.f64 eps) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps)) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (neg.f64 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 (neg.f64 eps) (/.f64 #s(literal 1 binary64) (-.f64 (tan.f64 eps) eps)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (neg.f64 (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))) (neg.f64 (sin.f64 eps)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (neg.f64 (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))) (neg.f64 (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))) (neg.f64 (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)))) (neg.f64 (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)))) (neg.f64 (+.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))) (neg.f64 (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))) (neg.f64 (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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (neg.f64 (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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (neg.f64 (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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (neg.f64 (sin.f64 eps)))) |
(fma.f64 (/.f64 eps (*.f64 (+.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps))) (neg.f64 (+.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 eps (*.f64 (+.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps))) (neg.f64 (+.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 (tan.f64 eps)) (-.f64 (tan.f64 eps) eps))) (neg.f64 (+.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (neg.f64 (sin.f64 eps)))) |
(fma.f64 (/.f64 (neg.f64 eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (neg.f64 (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 (neg.f64 eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (neg.f64 (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 (neg.f64 eps) (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (neg.f64 (sin.f64 eps)))) |
(fma.f64 (/.f64 (neg.f64 eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (neg.f64 (+.f64 eps (tan.f64 eps))) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps))) |
(fma.f64 (/.f64 (neg.f64 eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (neg.f64 (+.f64 eps (tan.f64 eps))) (*.f64 #s(literal 1 binary64) (/.f64 (sin.f64 eps) (-.f64 (tan.f64 eps) eps)))) |
(fma.f64 (/.f64 (neg.f64 eps) (-.f64 (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 2 binary64)))) (neg.f64 (+.f64 eps (tan.f64 eps))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (tan.f64 eps))) (neg.f64 (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 (neg.f64 (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) (neg.f64 (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 (neg.f64 (+.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) (neg.f64 (+.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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (*.f64 (-.f64 eps (tan.f64 eps)) (neg.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (neg.f64 (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 (neg.f64 (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)) (neg.f64 (+.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)) (neg.f64 (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) (neg.f64 (sin.f64 eps)))) (*.f64 (/.f64 (-.f64 eps (tan.f64 eps)) eps) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (-.f64 (*.f64 (neg.f64 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 (neg.f64 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 (neg.f64 eps) (-.f64 (tan.f64 eps) eps)) (*.f64 (-.f64 (tan.f64 eps) eps) (neg.f64 (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 (neg.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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 (sin.f64 eps) (+.f64 eps (sin.f64 eps)) (*.f64 eps eps))) (-.f64 eps (tan.f64 eps)))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) #s(literal -1 binary64)) (*.f64 (neg.f64 (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 (neg.f64 (+.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 (neg.f64 (+.f64 eps (sin.f64 eps))) (-.f64 (tan.f64 eps) eps))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (*.f64 (-.f64 eps (tan.f64 eps)) (neg.f64 (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)) (neg.f64 (+.f64 eps (sin.f64 eps))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (*.f64 (-.f64 (tan.f64 eps) eps) (neg.f64 (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) (neg.f64 (+.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)))) (neg.f64 (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)))) (neg.f64 (+.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))) (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (neg.f64 (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)))))) (neg.f64 (+.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 (neg.f64 (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)))) (neg.f64 (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)))) (neg.f64 (+.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))) (neg.f64 (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))) (neg.f64 (+.f64 eps (sin.f64 eps)))) |
(/.f64 (*.f64 (neg.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))) (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)))) (neg.f64 (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)))) (neg.f64 (+.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)) (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(*.f64 (/.f64 (-.f64 eps (sin.f64 eps)) (*.f64 (+.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps))) (neg.f64 (+.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 (neg.f64 (sin.f64 eps))) |
(+.f64 (neg.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))) (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 (neg.f64 eps)) (neg.f64 (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 (neg.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))) (fma.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 eps eps))) #s(literal 1/2 binary64) (-.f64 (*.f64 eps eps) (neg.f64 (*.f64 eps (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 (neg.f64 (+.f64 eps (sin.f64 eps))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 eps (sin.f64 eps))))) |
(/.f64 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (neg.f64 (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))))) (neg.f64 (+.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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) #s(literal 1 binary64)) (neg.f64 (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)) (neg.f64 (+.f64 eps (sin.f64 eps)))) |
(/.f64 (neg.f64 (neg.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 (neg.f64 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (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 (neg.f64 (+.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 (neg.f64 (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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (sin.f64 eps) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (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) (neg.f64 (+.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) (neg.f64 (sin.f64 eps))) |
(sin.f64 eps) |
(neg.f64 (neg.f64 (sin.f64 eps))) |
(*.f64 #s(literal 1 binary64) (sin.f64 eps)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 eps))) |
(+.f64 eps (neg.f64 (tan.f64 eps))) |
(+.f64 (neg.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))) (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 (neg.f64 eps)) (neg.f64 (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) (neg.f64 (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 (neg.f64 (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 (neg.f64 (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) (neg.f64 (*.f64 eps (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 (neg.f64 (+.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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps)))) |
(/.f64 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (*.f64 (+.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps)) (neg.f64 (+.f64 eps (tan.f64 eps)))) |
(/.f64 (*.f64 (+.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps)) (*.f64 #s(literal 1 binary64) (neg.f64 (+.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 (neg.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 (neg.f64 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps))) (+.f64 eps (tan.f64 eps))) |
(/.f64 (neg.f64 (*.f64 (+.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps))) (neg.f64 (neg.f64 (+.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 (neg.f64 (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 (neg.f64 (fma.f64 eps (*.f64 eps eps) (pow.f64 (tan.f64 eps) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (tan.f64 eps) (+.f64 eps (tan.f64 eps)) (*.f64 eps eps))))) |
(*.f64 (*.f64 (+.f64 eps (tan.f64 eps)) (-.f64 (tan.f64 eps) eps)) (/.f64 #s(literal 1 binary64) (neg.f64 (+.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)))) |
(fma.f64 eps (*.f64 (*.f64 eps eps) #s(literal -1/6 binary64)) eps) |
(* eps (+ 1 (* (pow eps 2) (- (* 1/120 (pow eps 2)) 1/6)))) |
(fma.f64 (*.f64 eps (*.f64 eps eps)) (fma.f64 eps (*.f64 eps #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) eps) |
(* eps (+ 1 (* (pow eps 2) (- (* (pow eps 2) (+ 1/120 (* -1/5040 (pow eps 2)))) 1/6)))) |
(fma.f64 (*.f64 eps (*.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)) 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) |
(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 466 to 1 229 computations (90.1% saved)
3 alts after pruning (3 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 464 | 3 | 467 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 465 | 3 | 468 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 100.0% | (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)) |
| ▶ | 100.0% | (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| ▶ | 99.4% | #s(literal -1/2 binary64) |
Compiled 21 to 15 computations (28.6% saved)
| 1× | egg-herbie |
Found 6 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 eps #s(literal -27/2800 binary64)) |
| ✓ | cost-diff | 0 | (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 eps eps) |
| ✓ | cost-diff | 0 | (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)) |
| ✓ | cost-diff | 0 | (*.f64 eps eps) |
| ✓ | cost-diff | 0 | (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| 104× | accelerator-lowering-fma.f32 |
| 104× | accelerator-lowering-fma.f64 |
| 76× | *-lowering-*.f32 |
| 76× | *-lowering-*.f64 |
| 32× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 44 |
| 1 | 29 | 44 |
| 2 | 64 | 44 |
| 3 | 92 | 44 |
| 4 | 96 | 44 |
| 5 | 98 | 44 |
| 0 | 98 | 40 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
-1/2 |
(+ (* 9/40 (* eps eps)) -1/2) |
9/40 |
(* eps eps) |
eps |
-1/2 |
(+ (* (* eps eps) (+ (* eps (* eps -27/2800)) 9/40)) -1/2) |
(* eps eps) |
eps |
(+ (* eps (* eps -27/2800)) 9/40) |
(* eps -27/2800) |
-27/2800 |
9/40 |
-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) |
(+ (* (* eps eps) (+ (* eps (* eps -27/2800)) 9/40)) -1/2) |
(fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) #s(literal -1/2 binary64)) |
(* eps eps) |
(*.f64 eps eps) |
eps |
(+ (* eps (* eps -27/2800)) 9/40) |
(fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) |
(* eps -27/2800) |
(*.f64 eps #s(literal -27/2800 binary64)) |
-27/2800 |
#s(literal -27/2800 binary64) |
9/40 |
#s(literal 9/40 binary64) |
-1/2 |
#s(literal -1/2 binary64) |
Found 6 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (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)) |
| ✓ | accuracy | 100.0% | (*.f64 eps eps) |
| ✓ | accuracy | 100.0% | (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
| ✓ | accuracy | 99.4% | (*.f64 eps #s(literal -27/2800 binary64)) |
| ✓ | accuracy | 100.0% | (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 eps eps) |
| 27.0ms | 256× | 0 | valid |
Compiled 42 to 14 computations (66.7% saved)
ival-mult: 8.0ms (43.8% of total)const: 7.0ms (38.3% of total)ival-add: 3.0ms (16.4% 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)> |
#<alt (+ (* (* eps eps) (+ (* eps (* eps -27/2800)) 9/40)) -1/2)> |
#<alt (+ (* eps (* eps -27/2800)) 9/40)> |
#<alt (* eps -27/2800)> |
| 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)> |
#<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 (* -27/2800 (pow eps 2)))) 1/2)> |
#<alt (* -27/2800 (pow eps 4))> |
#<alt (* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800))> |
#<alt (* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4)))))> |
#<alt (* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4)))))> |
#<alt (* -27/2800 (pow eps 4))> |
#<alt (* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800))> |
#<alt (* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4)))))> |
#<alt (* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4)))))> |
#<alt 9/40> |
#<alt (+ 9/40 (* -27/2800 (pow eps 2)))> |
#<alt (+ 9/40 (* -27/2800 (pow eps 2)))> |
#<alt (+ 9/40 (* -27/2800 (pow eps 2)))> |
#<alt (* -27/2800 (pow eps 2))> |
#<alt (* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800))> |
#<alt (* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800))> |
#<alt (* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800))> |
#<alt (* -27/2800 (pow eps 2))> |
#<alt (* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800))> |
#<alt (* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800))> |
#<alt (* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800))> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
#<alt (* -27/2800 eps)> |
15 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | eps | @ | 0 | (+ (* 9/40 (* eps eps)) -1/2) |
| 0.0ms | eps | @ | inf | (+ (* (* eps eps) (+ (* eps (* eps -27/2800)) 9/40)) -1/2) |
| 0.0ms | eps | @ | 0 | (* eps -27/2800) |
| 0.0ms | eps | @ | inf | (+ (* 9/40 (* eps eps)) -1/2) |
| 0.0ms | eps | @ | inf | (* eps -27/2800) |
| 1× | batch-egg-rewrite |
| 7 732× | accelerator-lowering-fma.f32 |
| 7 732× | accelerator-lowering-fma.f64 |
| 4 910× | *-lowering-*.f32 |
| 4 910× | *-lowering-*.f64 |
| 2 222× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 33 |
| 1 | 70 | 33 |
| 2 | 528 | 33 |
| 3 | 5649 | 33 |
| 0 | 8123 | 29 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* 9/40 (* eps eps)) -1/2) |
(* eps eps) |
(+ (* (* eps eps) (+ (* eps (* eps -27/2800)) 9/40)) -1/2) |
(+ (* eps (* eps -27/2800)) 9/40) |
(* eps -27/2800) |
| 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 (*.f64 eps 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))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 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 (*.f64 (*.f64 eps 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 #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 #s(literal 9/40 binary64) (*.f64 eps eps)))) (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps))))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 9/40 binary64) (/.f64 (*.f64 eps (*.f64 eps (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(fma.f64 eps (*.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))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (/.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 (*.f64 eps 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))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #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))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 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 eps (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #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))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #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))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)))) (/.f64 #s(literal 9/40 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps 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)) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps eps) (*.f64 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))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 eps 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)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64))) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 eps 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 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (fma.f64 (*.f64 eps 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 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64))) (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 eps 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 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64)) (-.f64 (fma.f64 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -729/512000 binary64))))) |
(/.f64 (fma.f64 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -1/64 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.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 eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 1/8 binary64)))) |
(/.f64 (fma.f64 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #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) (/.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 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps))) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -81/1600 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps))))))) |
(/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -81/1600 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)))) |
(/.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 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 eps 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 (fma.f64 #s(literal 387420489/262144000000000 binary64) (*.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -729/512000 binary64))) (fma.f64 (*.f64 eps eps) (-.f64 (*.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 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -1/64 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 729/64000 binary64) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 eps eps) (-.f64 (*.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 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -1/64 binary64)) #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 (*.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 (fma.f64 (*.f64 eps 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 (neg.f64 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -1/4 binary64)))) (neg.f64 (fma.f64 (*.f64 eps eps) #s(literal -9/40 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -81/1600 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 eps 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 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 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/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) (fma.f64 (/.f64 (*.f64 (*.f64 eps 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 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 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 eps 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 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 eps 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 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 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 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 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -1/4 binary64)) #s(literal 1 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 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -1/512 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64)))) (-.f64 (fma.f64 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 1/64 binary64)) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -729/512000 binary64)))) |
(/.f64 (*.f64 (fma.f64 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.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 eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 1/8 binary64))) |
(/.f64 (*.f64 (fma.f64 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 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)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal 1/4 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)) |
(pow.f64 (/.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)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps))) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -81/1600 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps)))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (fma.f64 (*.f64 eps 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 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 eps 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 #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) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64))) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -1/4 binary64))) |
(*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -81/1600 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -1/4 binary64)) (fma.f64 (*.f64 eps 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 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.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 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))))))) (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 (*.f64 eps 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 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 (*.f64 eps 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 (*.f64 eps 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 eps 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 eps) (*.f64 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)))) |
(exp.f64 (log.f64 (*.f64 eps eps))) |
(exp.f64 (*.f64 (log.f64 (*.f64 eps eps)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 eps))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 eps) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(exp.f64 (fma.f64 (log.f64 eps) #s(literal 1 binary64) (*.f64 (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 (log.f64 eps)) #s(literal 2 binary64)) |
(*.f64 eps eps) |
(*.f64 (exp.f64 (log.f64 eps)) (exp.f64 (log.f64 eps))) |
(+.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) |
(+.f64 (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(+.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal -1/2 binary64)) |
(+.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(+.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) (-.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) |
(-.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (/.f64 (*.f64 (*.f64 eps 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 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64))) |
(fma.f64 eps (*.f64 #s(literal 9/40 binary64) eps) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64))) |
(fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(fma.f64 eps (/.f64 (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 eps eps) #s(literal 9/40 binary64) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -27/2800 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 eps #s(literal -27/2800 binary64)) (*.f64 eps (*.f64 eps eps)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) (*.f64 eps eps) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (/.f64 (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64))) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))) (*.f64 eps eps)) #s(literal -1/2 binary64)) |
(fma.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)) (/.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (fma.f64 (*.f64 eps 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 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (*.f64 eps eps)) #s(literal -1/2 binary64)) |
(fma.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (/.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 #s(literal 9/40 binary64) eps) eps (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) eps #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 eps #s(literal -27/2800 binary64)) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(fma.f64 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64)))) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (neg.f64 (fma.f64 (*.f64 eps 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 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)))) (*.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (-.f64 (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))))))) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64))) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal 1/2 binary64))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -1/4 binary64)) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) #s(literal -1/2 binary64)) |
(fma.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -81/1600 binary64) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal -27/2800 binary64) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (/.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) eps (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (/.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (/.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 (*.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -1/4 binary64)) (fma.f64 (*.f64 eps 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 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64))) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64)) (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64)))) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64)) (-.f64 (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64)) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 531441/61465600000000 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64))) (*.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)) (+.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (*.f64 (*.f64 eps eps) #s(literal -243/112000 binary64))))) (+.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (*.f64 (*.f64 eps eps) #s(literal -243/112000 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal -729/64000 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.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 #s(literal 531441/4096000000 binary64) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))))))) (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 (*.f64 eps 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 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))) #s(literal -1/8 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)) #s(literal -9/80 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 (*.f64 eps 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 (*.f64 eps 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 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (/.f64 (fma.f64 (*.f64 eps 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 eps) (*.f64 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 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64)) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal 1/8 binary64))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 #s(literal -1/2 binary64) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/4 binary64))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64)) (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))))) |
(neg.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)) (fma.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (neg.f64 eps) #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64))) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64)) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64))) (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (neg.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64))) (fma.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (neg.f64 eps) #s(literal -1/2 binary64))) |
(/.f64 (+.f64 #s(literal -1/512 binary64) (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 9 binary64))) (*.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)) (-.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal 1/64 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal -1/64 binary64)) (*.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal 1/8 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal -1/64 binary64)) (*.f64 (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/4 binary64)) #s(literal 1/16 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) (-.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/16 binary64)) (*.f64 (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (*.f64 (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) (*.f64 (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/512 binary64) (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal 1/64 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))))) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal -1/64 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal -1/64 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 eps (*.f64 (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/4 binary64)) #s(literal 1/16 binary64))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/16 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal 1/4 binary64)) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)))) (neg.f64 (fma.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (neg.f64 eps) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.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))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 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 eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64)) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64)) (*.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 #s(literal 729/64000 binary64) (*.f64 eps (*.f64 eps eps))))) (fma.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64)) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64)) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64))) (*.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (fma.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (*.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 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) (-.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64)) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64))) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 81/1600 binary64)))) (-.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (/.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) (fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) |
(/.f64 (*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)) #s(literal 1 binary64)) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/512 binary64) (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)))) (-.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal 1/64 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)))) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal 1/8 binary64))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/4 binary64)) #s(literal 1/16 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/16 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal 1/4 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))))) |
(*.f64 (neg.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (neg.f64 eps) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64)) (fma.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (*.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/2 binary64) #s(literal 1/4 binary64))) (pow.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 6 binary64)))) (fma.f64 eps (*.f64 (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) (*.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (-.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (*.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))))))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal -1/8 binary64)) (*.f64 (fma.f64 (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64)) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)) (*.f64 eps (*.f64 #s(literal -1/2 binary64) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))))) (+.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)) (*.f64 eps (*.f64 #s(literal -1/2 binary64) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))))) |
(*.f64 (/.f64 (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) #s(literal -1/4 binary64)) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) (*.f64 eps (*.f64 eps (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))))) #s(literal 1/8 binary64))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) (fma.f64 eps (*.f64 #s(literal -1/2 binary64) (*.f64 eps (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal 1/4 binary64)))) |
(+.f64 #s(literal 9/40 binary64) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) |
(+.f64 (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(+.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) |
(-.f64 (/.f64 #s(literal 81/1600 binary64) (-.f64 #s(literal 9/40 binary64) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (-.f64 #s(literal 9/40 binary64) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))))) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(fma.f64 eps (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) |
(fma.f64 (*.f64 eps eps) (/.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 #s(literal -27/2800 binary64) (*.f64 eps eps) #s(literal 9/40 binary64)) |
(fma.f64 (*.f64 eps #s(literal -27/2800 binary64)) eps #s(literal 9/40 binary64)) |
(fma.f64 (*.f64 eps #s(literal -27/2800 binary64)) (/.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) (/.f64 (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (/.f64 #s(literal -27/2800 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 #s(literal 729/7840000 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) (/.f64 (*.f64 eps eps) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (/.f64 (*.f64 eps #s(literal -27/2800 binary64)) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (/.f64 eps (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal -729/64000 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))) (neg.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)) (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (fma.f64 (*.f64 eps eps) #s(literal 27/2800 binary64) #s(literal 9/40 binary64)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64))) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) |
(/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))) |
(/.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64))) (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal 27/2800 binary64) #s(literal 9/40 binary64))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -7625597484987/10578455953408000000000000000000 binary64) #s(literal 387420489/262144000000000 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)) (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal 531441/4096000000 binary64)) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -14348907/1404928000000000 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal -531441/4096000000 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal -729/64000 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal -531441/4096000000 binary64)) (*.f64 (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 531441/61465600000000 binary64) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 59049/12544000000 binary64) #s(literal 6561/2560000 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 9/40 binary64) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (-.f64 #s(literal 81/1600 binary64) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)))))) |
(/.f64 (-.f64 #s(literal 81/1600 binary64) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)))) (-.f64 #s(literal 9/40 binary64) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 531441/61465600000000 binary64) #s(literal -6561/2560000 binary64)) (*.f64 (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal 81/1600 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (*.f64 (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)) #s(literal 81/1600 binary64))) (*.f64 (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) #s(literal 1 binary64)) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -7625597484987/10578455953408000000000000000000 binary64) #s(literal 387420489/262144000000000 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal 531441/4096000000 binary64)) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -14348907/1404928000000000 binary64))) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal -531441/4096000000 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal -729/64000 binary64)) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal -531441/4096000000 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 531441/61465600000000 binary64) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 59049/12544000000 binary64) #s(literal 6561/2560000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 531441/61465600000000 binary64) #s(literal -6561/2560000 binary64)) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal 81/1600 binary64)) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)))) (neg.f64 (fma.f64 (*.f64 eps eps) #s(literal 27/2800 binary64) #s(literal 9/40 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 81/1600 binary64) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))))) (neg.f64 (-.f64 #s(literal 9/40 binary64) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) (fma.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (fma.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) (*.f64 (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (/.f64 #s(literal 729/7840000 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (/.f64 #s(literal 81/1600 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal -7625597484987/10578455953408000000000000000000 binary64) #s(literal 387420489/262144000000000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)))) (-.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal 531441/4096000000 binary64)) (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal -14348907/1404928000000000 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal -531441/4096000000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)))) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal -729/64000 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64) #s(literal -531441/4096000000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) (fma.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 531441/61465600000000 binary64) (fma.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) #s(literal 59049/12544000000 binary64) #s(literal 6561/2560000 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 531441/61465600000000 binary64) #s(literal -6561/2560000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal 81/1600 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 9/40 binary64) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))) (-.f64 #s(literal 81/1600 binary64) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)))) |
(*.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64)))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))))) |
(*.f64 (neg.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal 27/2800 binary64) #s(literal 9/40 binary64)))) |
(*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64))) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal -9/40 binary64))) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) |
(*.f64 (-.f64 #s(literal 81/1600 binary64) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 9/40 binary64) (*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64))))) |
(*.f64 (/.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64))) (fma.f64 (*.f64 eps eps) #s(literal -27/2800 binary64) #s(literal 9/40 binary64))) |
(*.f64 (/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64)) (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) (*.f64 (*.f64 eps eps) (*.f64 eps (*.f64 eps (*.f64 eps eps))))) #s(literal 387420489/481890304000000000000 binary64)))) (fma.f64 (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64)) (-.f64 (fma.f64 (*.f64 eps eps) #s(literal 243/112000 binary64) #s(literal 81/1600 binary64)) (*.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)))) (*.f64 (*.f64 (*.f64 eps (*.f64 eps (*.f64 eps eps))) (*.f64 eps (*.f64 eps (*.f64 eps eps)))) #s(literal 531441/61465600000000 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal 729/64000 binary64)) (*.f64 (fma.f64 (*.f64 eps eps) (-.f64 (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)) (+.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (*.f64 (*.f64 eps eps) #s(literal -243/112000 binary64))))) (+.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (*.f64 (*.f64 eps eps) #s(literal -243/112000 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 eps eps) (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64)) #s(literal -81/1600 binary64)) (fma.f64 (*.f64 eps (*.f64 eps eps)) (*.f64 (*.f64 eps (*.f64 eps eps)) #s(literal -19683/21952000000 binary64)) #s(literal -729/64000 binary64))) (fma.f64 eps (*.f64 eps (*.f64 (*.f64 eps eps) #s(literal 729/7840000 binary64))) (fma.f64 eps (*.f64 eps #s(literal -243/112000 binary64)) #s(literal 81/1600 binary64)))) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(*.f64 #s(literal -27/2800 binary64) eps) |
| 1× | egg-herbie |
| 6 660× | accelerator-lowering-fma.f32 |
| 6 660× | accelerator-lowering-fma.f64 |
| 3 428× | *-lowering-*.f32 |
| 3 428× | *-lowering-*.f64 |
| 2 464× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 31 | 338 |
| 1 | 68 | 338 |
| 2 | 154 | 338 |
| 3 | 343 | 338 |
| 4 | 934 | 338 |
| 5 | 2502 | 338 |
| 6 | 5702 | 338 |
| 0 | 8215 | 305 |
| 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) |
-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 (* -27/2800 (pow eps 2)))) 1/2) |
(* -27/2800 (pow eps 4)) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4))))) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4))))) |
(* -27/2800 (pow eps 4)) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4))))) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4))))) |
9/40 |
(+ 9/40 (* -27/2800 (pow eps 2))) |
(+ 9/40 (* -27/2800 (pow eps 2))) |
(+ 9/40 (* -27/2800 (pow eps 2))) |
(* -27/2800 (pow eps 2)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(* -27/2800 (pow eps 2)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
(* -27/2800 eps) |
| 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)) |
(- (* 9/40 (pow eps 2)) 1/2) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #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)) |
(* 9/40 (pow eps 2)) |
(*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(* 9/40 (pow eps 2)) |
(*.f64 #s(literal 9/40 binary64) (*.f64 eps eps)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(* (pow eps 2) (- 9/40 (* 1/2 (/ 1 (pow eps 2))))) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
(pow eps 2) |
(*.f64 eps eps) |
-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 (* -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)) |
(* -27/2800 (pow eps 4)) |
(*.f64 eps (*.f64 #s(literal -27/2800 binary64) (*.f64 eps (*.f64 eps eps)))) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(*.f64 eps (*.f64 eps (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)))) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4))))) |
(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 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4))))) |
(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)) |
(* -27/2800 (pow eps 4)) |
(*.f64 eps (*.f64 #s(literal -27/2800 binary64) (*.f64 eps (*.f64 eps eps)))) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(*.f64 eps (*.f64 eps (fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)))) |
(* (pow eps 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4))))) |
(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 4) (- (* 9/40 (/ 1 (pow eps 2))) (+ 27/2800 (/ 1/2 (pow eps 4))))) |
(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)) |
9/40 |
#s(literal 9/40 binary64) |
(+ 9/40 (* -27/2800 (pow eps 2))) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(+ 9/40 (* -27/2800 (pow eps 2))) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(+ 9/40 (* -27/2800 (pow eps 2))) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(* -27/2800 (pow eps 2)) |
(*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(* -27/2800 (pow eps 2)) |
(*.f64 (*.f64 eps eps) #s(literal -27/2800 binary64)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(* (pow eps 2) (- (* 9/40 (/ 1 (pow eps 2))) 27/2800)) |
(fma.f64 eps (*.f64 eps #s(literal -27/2800 binary64)) #s(literal 9/40 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
(* -27/2800 eps) |
(*.f64 eps #s(literal -27/2800 binary64)) |
Compiled 11 396 to 804 computations (92.9% saved)
3 alts after pruning (0 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 349 | 0 | 349 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 3 | 3 |
| Done | 0 | 0 | 0 |
| Total | 349 | 3 | 352 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 100.0% | (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)) |
| ✓ | 100.0% | (fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| ✓ | 99.4% | #s(literal -1/2 binary64) |
Compiled 49 to 29 computations (40.8% saved)
| Inputs |
|---|
#s(literal -1/2 binary64) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
(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)) |
(/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
| Outputs |
|---|
(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)) |
2 calls:
| 2.0ms | eps |
| 2.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)
| Inputs |
|---|
#s(literal -1/2 binary64) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
| Outputs |
|---|
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #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 |
|---|---|---|
| 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.4% | 1 | eps |
| 99.4% | 1 | (/.f64 (-.f64 eps (sin.f64 eps)) (-.f64 eps (tan.f64 eps))) |
Compiled 12 to 7 computations (41.7% saved)
| 1× | egg-herbie |
| 2× | *-commutative_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 9 | 18 |
| 1 | 10 | 18 |
| 1× | saturated |
| Inputs |
|---|
(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)) |
(fma.f64 #s(literal 9/40 binary64) (*.f64 eps eps) #s(literal -1/2 binary64)) |
#s(literal -1/2 binary64) |
| Outputs |
|---|
(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)) |
(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 40 to 24 computations (40% saved)
(abs eps)
Compiled 174 to 102 computations (41.4% saved)
Loading profile data...