
Time bar (total: 2.1s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 0 |
| 100% | 99.8% | 0% | 0.2% | 0% | 0% | 0% | 1 |
Compiled 9 to 9 computations (0% saved)
| 511.0ms | 8 256× | 0 | valid |
ival-mult: 203.0ms (73.2% of total)ival-add: 64.0ms (23.1% of total)ival-true: 6.0ms (2.2% of total)ival-assert: 3.0ms (1.1% of total)adjust: 2.0ms (0.7% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 1 | 0 | - | 0 | - | (+.f64 (*.f64 x y) (*.f64 z t)) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | t |
| 0 | 0 | - | 0 | - | (*.f64 z t) |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | (*.f64 x y) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
+.f64 | (+.f64 (*.f64 x y) (*.f64 z t)) | nan-rescue | 1 | 0 |
| ↳ | (*.f64 x y) | overflow | 30 | |
| ↳ | (*.f64 z t) | overflow | 28 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 1 | 0 |
| - | 0 | 255 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 255 |
| number | freq |
|---|---|
| 0 | 255 |
| 1 | 1 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 38.0ms | 512× | 0 | valid |
Compiled 45 to 25 computations (44.4% saved)
ival-mult: 7.0ms (71% of total)ival-add: 2.0ms (20.3% of total)ival-true: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 109 |
| 1 | 77 | 105 |
| 2 | 147 | 105 |
| 3 | 225 | 105 |
| 4 | 244 | 105 |
| 5 | 250 | 105 |
| 0 | 7 | 7 |
| 0 | 10 | 7 |
| 1 | 16 | 7 |
| 2 | 30 | 7 |
| 3 | 50 | 7 |
| 4 | 71 | 7 |
| 5 | 75 | 7 |
| 6 | 78 | 7 |
| 0 | 78 | 6 |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(+.f64 (*.f64 x y) (*.f64 z t)) |
| Outputs |
|---|
(+.f64 (*.f64 x y) (*.f64 z t)) |
(fma.f64 t z (*.f64 y x)) |
(sort x y)
(sort z t)
Compiled 7 to 7 computations (0% saved)
Compiled 0 to 4 computations (-∞% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.6% | (+.f64 (*.f64 x y) (*.f64 z t)) |
Compiled 7 to 7 computations (0% saved)
| Inputs |
|---|
(+.f64 (*.f64 x y) (*.f64 z t)) |
(*.f64 x y) |
x |
y |
(*.f64 z t) |
z |
t |
| Outputs |
|---|
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t z))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x y))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (* z t) #s(hole binary64 (* t z))) |
#s(approx z #s(hole binary64 z)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx t #s(hole binary64 t)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
12 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | y | @ | 0 | ((+ (* x y) (* z t)) (* x y) x y (* z t) z t) |
| 1.0ms | z | @ | -inf | ((+ (* x y) (* z t)) (* x y) x y (* z t) z t) |
| 1.0ms | x | @ | -inf | ((+ (* x y) (* z t)) (* x y) x y (* z t) z t) |
| 1.0ms | x | @ | inf | ((+ (* x y) (* z t)) (* x y) x y (* z t) z t) |
| 1.0ms | y | @ | -inf | ((+ (* x y) (* z t)) (* x y) x y (* z t) z t) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 59 | 183 |
| 1 | 186 | 183 |
| 2 | 576 | 183 |
| 3 | 1738 | 183 |
| 4 | 4035 | 183 |
| 5 | 7371 | 183 |
| 0 | 8047 | 163 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t z))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x y))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (* z t) #s(hole binary64 (* t z))) |
#s(approx z #s(hole binary64 z)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx t #s(hole binary64 t)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
| Outputs |
|---|
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t z))) |
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (* x y) (*.f64 y x)) |
#s(approx x #s(hole binary64 x)) |
#s(approx x x) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x y))) |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx y #s(hole binary64 y)) |
#s(approx y y) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (* z t) #s(hole binary64 (* t z))) |
#s(approx (* z t) (*.f64 t z)) |
#s(approx z #s(hole binary64 z)) |
#s(approx z z) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx t #s(hole binary64 t)) |
#s(approx t t) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 7 | 17 |
| 0 | 10 | 17 |
| 1 | 29 | 17 |
| 2 | 201 | 17 |
| 3 | 2054 | 17 |
| 0 | 9424 | 16 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(+.f64 (*.f64 x y) (*.f64 z t)) |
(*.f64 x y) |
x |
y |
(*.f64 z t) |
z |
t |
| Outputs |
|---|
(*.f64 (/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) |
(*.f64 (fma.f64 t z (*.f64 y x)) (/.f64 (fma.f64 t z (*.f64 y x)) (fma.f64 t z (*.f64 y x)))) |
(*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (fma.f64 t z (*.f64 y x)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 (neg.f64 t)) z) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (*.f64 (neg.f64 (neg.f64 t)) z) (*.f64 (neg.f64 (neg.f64 t)) z) (*.f64 (*.f64 y x) (*.f64 (neg.f64 (neg.f64 t)) z))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 t) (neg.f64 z)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (*.f64 (neg.f64 t) (neg.f64 z)) (*.f64 (neg.f64 t) (neg.f64 z)) (*.f64 (*.f64 y x) (*.f64 (neg.f64 t) (neg.f64 z)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))))))) |
(/.f64 (+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 (neg.f64 y)) x) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 (neg.f64 y)) x) (*.f64 (neg.f64 (neg.f64 y)) x)) (*.f64 (*.f64 t z) (*.f64 (neg.f64 (neg.f64 y)) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 (neg.f64 x)) y) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 (neg.f64 x)) y) (*.f64 (neg.f64 (neg.f64 x)) y)) (*.f64 (*.f64 t z) (*.f64 (neg.f64 (neg.f64 x)) y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 (neg.f64 t)) z) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 (neg.f64 t)) z) (*.f64 (neg.f64 (neg.f64 t)) z)) (*.f64 (*.f64 y x) (*.f64 (neg.f64 (neg.f64 t)) z))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 t) (neg.f64 z)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 t) (neg.f64 z)) (*.f64 (neg.f64 t) (neg.f64 z))) (*.f64 (*.f64 y x) (*.f64 (neg.f64 t) (neg.f64 z)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)))) (fma.f64 t z (*.f64 y x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)))) (fma.f64 t z (*.f64 y x))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))))) (neg.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 t z) #s(literal 2 binary64))))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64))))) (neg.f64 (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)) (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 t z) #s(literal 2 binary64)))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))))))) |
(/.f64 (pow.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (pow.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) #s(literal 2 binary64))) (neg.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64)))) (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64)))) (neg.f64 (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (pow.f64 (*.f64 t z) #s(literal 9 binary64)))) (neg.f64 (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 t z) #s(literal 2 binary64)))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (pow.f64 (*.f64 t z) #s(literal 9 binary64))) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 t (*.f64 y x)) (neg.f64 z))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t z) x) y))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (neg.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t z) x) y)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) |
(neg.f64 (fma.f64 t z (*.f64 y x))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x)) (*.f64 t z)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y)) (*.f64 t z)) |
(fma.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z)) (*.f64 y x)) |
(fma.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t))) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t) (*.f64 y x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t))) (*.f64 y x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z) (*.f64 y x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x)) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x)) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y) (*.f64 t z)) |
(fma.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y)) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x) (*.f64 t z)) |
(fma.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x)) (*.f64 t z)) |
(fma.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z)) (*.f64 y x)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x)) (*.f64 t z)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t)) (*.f64 y x)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y)) (*.f64 t z)) |
(fma.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64)) (*.f64 y x)) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (*.f64 t z)) |
(fma.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64)) (*.f64 y x)) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 t z)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (fabs.f64 t) (fabs.f64 z) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (fabs.f64 t) (fabs.f64 z) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (fabs.f64 t) (fabs.f64 z) (*.f64 (neg.f64 y) x)) |
(fma.f64 (fabs.f64 t) (fabs.f64 z) (*.f64 y x)) |
(fma.f64 (fabs.f64 z) (fabs.f64 t) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (fabs.f64 z) (fabs.f64 t) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (fabs.f64 z) (fabs.f64 t) (*.f64 (neg.f64 y) x)) |
(fma.f64 (fabs.f64 z) (fabs.f64 t) (*.f64 y x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 x) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (fabs.f64 y) (fabs.f64 x) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (fabs.f64 y) (fabs.f64 x) (*.f64 (neg.f64 z) t)) |
(fma.f64 (fabs.f64 y) (fabs.f64 x) (*.f64 t z)) |
(fma.f64 (fabs.f64 x) (fabs.f64 y) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 (fabs.f64 x) (fabs.f64 y) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (fabs.f64 x) (fabs.f64 y) (*.f64 (neg.f64 z) t)) |
(fma.f64 (fabs.f64 x) (fabs.f64 y) (*.f64 t z)) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (neg.f64 y) x (*.f64 (neg.f64 z) t)) |
(fma.f64 (neg.f64 y) x (*.f64 t z)) |
(fma.f64 (neg.f64 x) y (*.f64 (neg.f64 z) t)) |
(fma.f64 (neg.f64 x) y (*.f64 t z)) |
(fma.f64 (neg.f64 t) z (*.f64 y x)) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (pow.f64 y #s(literal 3 binary64)) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 y #s(literal 3 binary64)) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 y #s(literal 3 binary64)) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 t #s(literal 3 binary64)) (/.f64 (pow.f64 z #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 z #s(literal 3 binary64)) (/.f64 (pow.f64 t #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (neg.f64 z) t (*.f64 y x)) |
(fma.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (/.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (/.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (/.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (/.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (neg.f64 z) (*.f64 y x)) |
(fma.f64 t z (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 t z (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 t z (*.f64 (neg.f64 y) x)) |
(fma.f64 t z (*.f64 y x)) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (neg.f64 t) (*.f64 y x)) |
(fma.f64 z t (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 z t (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 z t (*.f64 (neg.f64 y) x)) |
(fma.f64 z t (*.f64 y x)) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 y x) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 y x) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (neg.f64 x) (*.f64 (neg.f64 z) t)) |
(fma.f64 y (neg.f64 x) (*.f64 t z)) |
(fma.f64 y x (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 y x (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 y x (*.f64 (neg.f64 z) t)) |
(fma.f64 y x (*.f64 t z)) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (neg.f64 y) (*.f64 (neg.f64 z) t)) |
(fma.f64 x (neg.f64 y) (*.f64 t z)) |
(fma.f64 x y (*.f64 (neg.f64 (neg.f64 t)) z)) |
(fma.f64 x y (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 x y (*.f64 (neg.f64 z) t)) |
(fma.f64 x y (*.f64 t z)) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t z) x) y)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t z) x) y))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))))))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))))))) |
(-.f64 (/.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (/.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 t z) #s(literal 2 binary64))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64)))) (fma.f64 t z (*.f64 y x))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64)))) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64))) (pow.f64 (*.f64 y x) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64))) (pow.f64 (*.f64 y x) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (*.f64 (neg.f64 y) x) (*.f64 t z)) |
(-.f64 (*.f64 (neg.f64 z) t) (*.f64 y x)) |
(-.f64 (*.f64 t z) (*.f64 (neg.f64 y) x)) |
(-.f64 (*.f64 t z) (*.f64 y x)) |
(-.f64 (*.f64 y x) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(-.f64 (*.f64 y x) (*.f64 (neg.f64 t) (neg.f64 z))) |
(-.f64 (*.f64 y x) (*.f64 (neg.f64 z) t)) |
(-.f64 (*.f64 y x) (*.f64 t z)) |
(+.f64 (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))))) (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 y x)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 y x)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 9 binary64)) (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 y x)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 (neg.f64 z) t)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 t z)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 y x)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 y x)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 t z)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 9 binary64)) (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 t) (*.f64 (*.f64 z z) t)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (*.f64 (neg.f64 y) x) (*.f64 (neg.f64 z) t)) |
(+.f64 (*.f64 (neg.f64 y) x) (*.f64 t z)) |
(+.f64 (*.f64 (neg.f64 z) t) (*.f64 y x)) |
(+.f64 (*.f64 t z) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(+.f64 (*.f64 t z) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(+.f64 (*.f64 t z) (*.f64 (neg.f64 y) x)) |
(+.f64 (*.f64 t z) (*.f64 y x)) |
(+.f64 (*.f64 y x) (*.f64 (neg.f64 (neg.f64 t)) z)) |
(+.f64 (*.f64 y x) (*.f64 (neg.f64 t) (neg.f64 z))) |
(+.f64 (*.f64 y x) (*.f64 (neg.f64 z) t)) |
(+.f64 (*.f64 y x) (*.f64 t z)) |
(*.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(*.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x)))) |
(*.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y)) |
(*.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x))) |
(*.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y))) |
(*.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64))) |
(*.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64))) |
(*.f64 (fabs.f64 y) (fabs.f64 x)) |
(*.f64 (fabs.f64 x) (fabs.f64 y)) |
(*.f64 y x) |
(*.f64 x y) |
(pow.f64 (*.f64 (neg.f64 y) x) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 y x) #s(literal 1 binary64)) |
(sqrt.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fabs.f64 (neg.f64 (*.f64 (neg.f64 y) x))) |
(fabs.f64 (*.f64 (neg.f64 y) x)) |
(fabs.f64 (*.f64 y x)) |
(exp.f64 (/.f64 (log.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 y x))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 y x))) (sinh.f64 (log.f64 (*.f64 y x)))) |
x |
y |
(*.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z))) |
(*.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z))) |
(*.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t))) |
(*.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t)))) |
(*.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t)))) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z)) |
(*.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z))) |
(*.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z))) |
(*.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t))) |
(*.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64))) |
(*.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64))) |
(*.f64 (fabs.f64 t) (fabs.f64 z)) |
(*.f64 (fabs.f64 z) (fabs.f64 t)) |
(*.f64 t z) |
(*.f64 z t) |
(pow.f64 (*.f64 (neg.f64 z) t) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 t z) #s(literal 1 binary64)) |
(neg.f64 (*.f64 (neg.f64 z) t)) |
(sqrt.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64))) |
(fabs.f64 (*.f64 (neg.f64 z) t)) |
(fabs.f64 (*.f64 t z)) |
(exp.f64 (/.f64 (log.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 t z)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 t z))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 t z))) (sinh.f64 (log.f64 (*.f64 t z)))) |
z |
t |
Compiled 15 449 to 1 001 computations (93.5% saved)
3 alts after pruning (3 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 536 | 3 | 539 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 537 | 3 | 540 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.6% | (fma.f64 y x (*.f64 t z)) |
| ▶ | 55.4% | #s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
| ▶ | 48.6% | #s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
Compiled 28 to 24 computations (14.3% saved)
| Inputs |
|---|
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
(*.f64 t z) |
t |
z |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
(*.f64 y x) |
y |
x |
(fma.f64 y x (*.f64 t z)) |
| Outputs |
|---|
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t z))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* t z))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x y))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* x y))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (* t z) #s(hole binary64 (* t z))) |
#s(approx z #s(hole binary64 z)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx t #s(hole binary64 t)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
12 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | -inf | ((+ (* x y) (* z t)) (* t z) t z (+ (* x y) (* z t)) (* y x) y x (+ (* y x) (* t z))) |
| 1.0ms | y | @ | -inf | ((+ (* x y) (* z t)) (* t z) t z (+ (* x y) (* z t)) (* y x) y x (+ (* y x) (* t z))) |
| 1.0ms | t | @ | -inf | ((+ (* x y) (* z t)) (* t z) t z (+ (* x y) (* z t)) (* y x) y x (+ (* y x) (* t z))) |
| 1.0ms | z | @ | -inf | ((+ (* x y) (* z t)) (* t z) t z (+ (* x y) (* z t)) (* y x) y x (+ (* y x) (* t z))) |
| 0.0ms | x | @ | inf | ((+ (* x y) (* z t)) (* t z) t z (+ (* x y) (* z t)) (* y x) y x (+ (* y x) (* t z))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 72 | 340 |
| 1 | 204 | 340 |
| 2 | 597 | 340 |
| 3 | 1750 | 340 |
| 4 | 4055 | 340 |
| 5 | 7393 | 340 |
| 0 | 8069 | 300 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t z))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* t z))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x y))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* x y))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (* t z) #s(hole binary64 (* t z))) |
#s(approx z #s(hole binary64 z)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx t #s(hole binary64 t)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
| Outputs |
|---|
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t z))) |
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx x #s(hole binary64 x)) |
#s(approx x x) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* t z))) |
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (+ (* t z) (* x y)))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x y))) |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* x y))) |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* x (+ y (/ (* t z) x))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* x (+ (* -1 y) (* -1 (/ (* t z) x))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx y #s(hole binary64 y)) |
#s(approx y y) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* y (+ x (/ (* t z) y))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (* t z) y))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (* t z) #s(hole binary64 (* t z))) |
#s(approx (* t z) (*.f64 t z)) |
#s(approx z #s(hole binary64 z)) |
#s(approx z z) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* z (+ t (/ (* x y) z))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* z (+ (* -1 t) (* -1 (/ (* x y) z))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx t #s(hole binary64 t)) |
#s(approx t t) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* t (+ z (/ (* x y) t))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
#s(approx (+ (* y x) (* t z)) #s(hole binary64 (* -1 (* t (+ (* -1 z) (* -1 (/ (* x y) t))))))) |
#s(approx (+ (* x y) (* z t)) (fma.f64 t z (*.f64 y x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 38 |
| 0 | 15 | 36 |
| 1 | 55 | 36 |
| 2 | 240 | 36 |
| 3 | 2092 | 36 |
| 0 | 9494 | 36 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
(*.f64 t z) |
t |
z |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
(*.f64 y x) |
y |
x |
(fma.f64 y x (*.f64 t z)) |
| Outputs |
|---|
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
(*.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z))) |
(*.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 t))) (sqrt.f64 z)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) z)) (sqrt.f64 (neg.f64 t))) |
(*.f64 (sqrt.f64 (neg.f64 t)) (sqrt.f64 (*.f64 z (*.f64 (neg.f64 z) t)))) |
(*.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t))) |
(*.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t)))) |
(*.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t)) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t)))) |
(*.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z)) |
(*.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (neg.f64 t) (*.f64 (neg.f64 z) t)))) |
(*.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z))) |
(*.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z))) |
(*.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t))) |
(*.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64))) |
(*.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64))) |
(*.f64 (fabs.f64 t) (fabs.f64 z)) |
(*.f64 (fabs.f64 z) (fabs.f64 t)) |
(*.f64 t z) |
(*.f64 z t) |
(pow.f64 (*.f64 (neg.f64 z) t) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 t z) #s(literal 1 binary64)) |
(neg.f64 (*.f64 (neg.f64 z) t)) |
(sqrt.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64))) |
(fabs.f64 (*.f64 (neg.f64 z) t)) |
(fabs.f64 (*.f64 t z)) |
(exp.f64 (/.f64 (log.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 t z)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 t z))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 t z))) (sinh.f64 (log.f64 (*.f64 t z)))) |
t |
z |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
(*.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x))) |
(*.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y))) |
(*.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x)))) |
(*.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x))) |
(*.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y)) |
(*.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y))) |
(*.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x))) |
(*.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64))) |
(*.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64))) |
(*.f64 (fabs.f64 y) (fabs.f64 x)) |
(*.f64 (fabs.f64 x) (fabs.f64 y)) |
(*.f64 y x) |
(*.f64 x y) |
(pow.f64 (*.f64 (neg.f64 y) x) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 y x) #s(literal 1 binary64)) |
(sqrt.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64))) |
(fabs.f64 (neg.f64 (*.f64 (neg.f64 y) x))) |
(fabs.f64 (*.f64 (neg.f64 y) x)) |
(fabs.f64 (*.f64 y x)) |
(exp.f64 (/.f64 (log.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 y x)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 y x))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 y x))) (sinh.f64 (log.f64 (*.f64 y x)))) |
y |
x |
(*.f64 (/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(*.f64 (/.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) |
(*.f64 (fma.f64 t z (*.f64 y x)) (/.f64 (fma.f64 t z (*.f64 y x)) (fma.f64 t z (*.f64 y x)))) |
(*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (fma.f64 t z (*.f64 y x)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 t) (neg.f64 z)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (*.f64 (neg.f64 t) (neg.f64 z)) (*.f64 (neg.f64 t) (neg.f64 z)) (*.f64 (*.f64 y x) (*.f64 (neg.f64 t) (neg.f64 z)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 z) (neg.f64 t)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (*.f64 (neg.f64 z) (neg.f64 t)) (*.f64 (neg.f64 z) (neg.f64 t)) (*.f64 (*.f64 y x) (*.f64 (neg.f64 z) (neg.f64 t)))))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))))))) |
(/.f64 (+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 t) (neg.f64 z)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 t) (neg.f64 z)) (*.f64 (neg.f64 t) (neg.f64 z))) (*.f64 (*.f64 y x) (*.f64 (neg.f64 t) (neg.f64 z)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 z) (neg.f64 t)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 z) (neg.f64 t)) (*.f64 (neg.f64 z) (neg.f64 t))) (*.f64 (*.f64 y x) (*.f64 (neg.f64 z) (neg.f64 t)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 (neg.f64 y)) x) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 (neg.f64 y)) x) (*.f64 (neg.f64 (neg.f64 y)) x)) (*.f64 (*.f64 t z) (*.f64 (neg.f64 (neg.f64 y)) x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 (neg.f64 x)) y) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (neg.f64 (neg.f64 x)) y) (*.f64 (neg.f64 (neg.f64 x)) y)) (*.f64 (*.f64 t z) (*.f64 (neg.f64 (neg.f64 x)) y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)))) (fma.f64 t z (*.f64 y x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)))) (fma.f64 t z (*.f64 y x))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))))) (neg.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 t z) #s(literal 2 binary64))))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64))))) (neg.f64 (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)) (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 t z) #s(literal 2 binary64)))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))))))) |
(/.f64 (pow.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (pow.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) #s(literal 2 binary64))) (neg.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64)))) (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64)))) (neg.f64 (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (pow.f64 (*.f64 t z) #s(literal 9 binary64)))) (neg.f64 (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 t z) #s(literal 2 binary64)))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (pow.f64 (*.f64 t z) #s(literal 9 binary64))) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 y x) t) (neg.f64 z))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (neg.f64 (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t z) x) y))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (neg.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t z) x) y)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) |
(neg.f64 (fma.f64 t z (*.f64 y x))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (fabs.f64 (fabs.f64 t)) (fabs.f64 (fabs.f64 z)) (*.f64 y x)) |
(fma.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (fabs.f64 (fabs.f64 z)) (fabs.f64 (fabs.f64 t)) (*.f64 y x)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (fabs.f64 (fabs.f64 y)) (fabs.f64 (fabs.f64 x)) (*.f64 t z)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (fabs.f64 (fabs.f64 x)) (fabs.f64 (fabs.f64 y)) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 t))) (sqrt.f64 z) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 t))) (sqrt.f64 z) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 t))) (sqrt.f64 z) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 t))) (sqrt.f64 z) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) (neg.f64 z))) (sqrt.f64 t) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) t)) (sqrt.f64 (neg.f64 z)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) z)) (sqrt.f64 (neg.f64 t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) z)) (sqrt.f64 (neg.f64 t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) z)) (sqrt.f64 (neg.f64 t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 (neg.f64 z) t) z)) (sqrt.f64 (neg.f64 t)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (neg.f64 t)) (sqrt.f64 (*.f64 z (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (neg.f64 t)) (sqrt.f64 (*.f64 z (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (neg.f64 t)) (sqrt.f64 (*.f64 z (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (neg.f64 t)) (sqrt.f64 (*.f64 z (*.f64 (neg.f64 z) t))) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 z) t)) (sqrt.f64 (*.f64 (neg.f64 z) t)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (neg.f64 z)) (sqrt.f64 (*.f64 t (*.f64 (neg.f64 z) t))) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 t z)) (sqrt.f64 (*.f64 t z)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 z z) t)) (sqrt.f64 t) (*.f64 y x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (neg.f64 z) (*.f64 (neg.f64 z) t))) (*.f64 y x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 t) (sqrt.f64 (*.f64 (*.f64 z z) t)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 t t) z)) (sqrt.f64 z) (*.f64 y x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (neg.f64 t) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (neg.f64 t) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (neg.f64 t) (*.f64 (neg.f64 z) t))) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (neg.f64 t) (*.f64 (neg.f64 z) t))) (*.f64 y x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (sqrt.f64 z) (sqrt.f64 (*.f64 (*.f64 t t) z)) (*.f64 y x)) |
(fma.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (sqrt.f64 (neg.f64 (*.f64 (neg.f64 y) x))) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (*.f64 (neg.f64 y) x)) (sqrt.f64 (*.f64 (neg.f64 y) x)) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (*.f64 y x)) (sqrt.f64 (*.f64 y x)) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) y)) (sqrt.f64 y) (*.f64 t z)) |
(fma.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 y) (sqrt.f64 (*.f64 (*.f64 x x) y)) (*.f64 t z)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 y y) x)) (sqrt.f64 x) (*.f64 t z)) |
(fma.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (sqrt.f64 x) (sqrt.f64 (*.f64 (*.f64 y y) x)) (*.f64 t z)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 y)) (*.f64 t z)) |
(fma.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (exp.f64 (log.f64 t)) (exp.f64 (log.f64 z)) (*.f64 y x)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (exp.f64 (log.f64 y)) (exp.f64 (log.f64 x)) (*.f64 t z)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (exp.f64 (log.f64 z)) (exp.f64 (log.f64 t)) (*.f64 y x)) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 y #s(literal 1 binary64)) (*.f64 t z)) |
(fma.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (pow.f64 t #s(literal 1 binary64)) (pow.f64 z #s(literal 1 binary64)) (*.f64 y x)) |
(fma.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64)) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64)) (*.f64 (neg.f64 y) x)) |
(fma.f64 (pow.f64 z #s(literal 1 binary64)) (pow.f64 t #s(literal 1 binary64)) (*.f64 y x)) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (*.f64 (neg.f64 z) t)) |
(fma.f64 (pow.f64 y #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (*.f64 t z)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (fabs.f64 t) (fabs.f64 z) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (fabs.f64 t) (fabs.f64 z) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (fabs.f64 t) (fabs.f64 z) (*.f64 (neg.f64 y) x)) |
(fma.f64 (fabs.f64 t) (fabs.f64 z) (*.f64 y x)) |
(fma.f64 (fabs.f64 z) (fabs.f64 t) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 (fabs.f64 z) (fabs.f64 t) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 (fabs.f64 z) (fabs.f64 t) (*.f64 (neg.f64 y) x)) |
(fma.f64 (fabs.f64 z) (fabs.f64 t) (*.f64 y x)) |
(fma.f64 (fabs.f64 y) (fabs.f64 x) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (fabs.f64 y) (fabs.f64 x) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (fabs.f64 y) (fabs.f64 x) (*.f64 (neg.f64 z) t)) |
(fma.f64 (fabs.f64 y) (fabs.f64 x) (*.f64 t z)) |
(fma.f64 (fabs.f64 x) (fabs.f64 y) (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 (fabs.f64 x) (fabs.f64 y) (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 (fabs.f64 x) (fabs.f64 y) (*.f64 (neg.f64 z) t)) |
(fma.f64 (fabs.f64 x) (fabs.f64 y) (*.f64 t z)) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 x x) y) (/.f64 y (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 y y) x) (/.f64 x (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 t t) z) (/.f64 z (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (*.f64 z z) t) (/.f64 t (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (neg.f64 y) x (*.f64 (neg.f64 z) t)) |
(fma.f64 (neg.f64 y) x (*.f64 t z)) |
(fma.f64 (neg.f64 x) y (*.f64 (neg.f64 z) t)) |
(fma.f64 (neg.f64 x) y (*.f64 t z)) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t t) (/.f64 (*.f64 z z) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 t t) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y y) (/.f64 (*.f64 x x) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 y y) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 y) x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (pow.f64 t #s(literal 3 binary64)) (/.f64 (pow.f64 z #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 z #s(literal 3 binary64)) (/.f64 (pow.f64 t #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 y #s(literal 3 binary64)) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 y #s(literal 3 binary64)) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 y #s(literal 3 binary64)) (/.f64 (pow.f64 x #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 x #s(literal 3 binary64)) (/.f64 (pow.f64 y #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (neg.f64 t) z (*.f64 y x)) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 (neg.f64 z) t) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (neg.f64 z) t (*.f64 y x)) |
(fma.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (/.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (/.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (/.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (/.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 y x) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 y x) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 y x) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (*.f64 t z) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 (*.f64 t z) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (/.f64 (*.f64 (*.f64 z z) t) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 t (neg.f64 z) (*.f64 y x)) |
(fma.f64 t z (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 t z (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 t z (*.f64 (neg.f64 y) x)) |
(fma.f64 t z (*.f64 y x)) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (/.f64 (*.f64 (*.f64 t t) z) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 z (neg.f64 t) (*.f64 y x)) |
(fma.f64 z t (*.f64 (neg.f64 (neg.f64 y)) x)) |
(fma.f64 z t (*.f64 (neg.f64 (neg.f64 x)) y)) |
(fma.f64 z t (*.f64 (neg.f64 y) x)) |
(fma.f64 z t (*.f64 y x)) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (/.f64 (*.f64 (*.f64 x x) y) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 y (neg.f64 x) (*.f64 (neg.f64 z) t)) |
(fma.f64 y (neg.f64 x) (*.f64 t z)) |
(fma.f64 y x (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 y x (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 y x (*.f64 (neg.f64 z) t)) |
(fma.f64 y x (*.f64 t z)) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (/.f64 (*.f64 (*.f64 y y) x) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(fma.f64 x (neg.f64 y) (*.f64 (neg.f64 z) t)) |
(fma.f64 x (neg.f64 y) (*.f64 t z)) |
(fma.f64 x y (*.f64 (neg.f64 t) (neg.f64 z))) |
(fma.f64 x y (*.f64 (neg.f64 z) (neg.f64 t))) |
(fma.f64 x y (*.f64 (neg.f64 z) t)) |
(fma.f64 x y (*.f64 t z)) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t z) x) y)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (+.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (+.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 t z) x) y))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))))))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))))))) |
(-.f64 (/.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (/.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (pow.f64 (*.f64 t z) #s(literal 2 binary64))) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 2 binary64))) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64)))) (fma.f64 t z (*.f64 y x))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64)))) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64))) (pow.f64 (*.f64 y x) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 y x) #s(literal 3/2 binary64))) (pow.f64 (*.f64 y x) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(-.f64 (*.f64 (neg.f64 y) x) (*.f64 t z)) |
(-.f64 (*.f64 (neg.f64 z) t) (*.f64 y x)) |
(-.f64 (*.f64 y x) (*.f64 (neg.f64 t) (neg.f64 z))) |
(-.f64 (*.f64 y x) (*.f64 (neg.f64 z) (neg.f64 t))) |
(-.f64 (*.f64 y x) (*.f64 (neg.f64 z) t)) |
(-.f64 (*.f64 y x) (*.f64 t z)) |
(-.f64 (*.f64 t z) (*.f64 (neg.f64 y) x)) |
(-.f64 (*.f64 t z) (*.f64 y x)) |
(+.f64 (/.f64 (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 y x)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 t z)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 t z)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 y x)) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 9 binary64)) (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 t z (*.f64 y x))) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 y x)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 (neg.f64 z) t)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))))) (/.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3 binary64))) (pow.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 9 binary64)) (*.f64 (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (*.f64 t z) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (*.f64 y x) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 y x)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 t z)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) (*.f64 y x)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 9 binary64)) (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 9 binary64)) (-.f64 (-.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (pow.f64 (*.f64 t z) #s(literal 6 binary64))) (pow.f64 (*.f64 (*.f64 (*.f64 t z) x) y) #s(literal 3 binary64)))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 4 binary64)) (pow.f64 (fma.f64 t z (*.f64 y x)) #s(literal 3 binary64)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z)) #s(literal 2 binary64)) (pow.f64 (*.f64 y x) #s(literal 4 binary64))) (fma.f64 t z (*.f64 y x))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 6 binary64)) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 6 binary64)) (*.f64 (-.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (pow.f64 (*.f64 y x) #s(literal 3 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (neg.f64 (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (*.f64 (neg.f64 (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (pow.f64 (*.f64 t z) #s(literal 3/2 binary64))) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 3 binary64)) (fma.f64 (fma.f64 t z (*.f64 y x)) (*.f64 t z) (pow.f64 (*.f64 y x) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 y y) x)) x) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 x x) y)) y) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 y y)) (*.f64 x x)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 y y)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (neg.f64 y) x)) (*.f64 (neg.f64 y) x)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 y) (*.f64 (*.f64 x x) y)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 x) (*.f64 (*.f64 y y) x)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 t t) z)) z) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 z z) t)) t) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 t t)) (*.f64 z z)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (*.f64 (neg.f64 (*.f64 z z)) (*.f64 t t)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (/.f64 (pow.f64 (*.f64 y x) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x))) (/.f64 (pow.f64 (*.f64 t z) #s(literal 2 binary64)) (fma.f64 t z (*.f64 y x)))) |
(+.f64 (*.f64 (neg.f64 y) x) (*.f64 (neg.f64 z) t)) |
(+.f64 (*.f64 (neg.f64 y) x) (*.f64 t z)) |
(+.f64 (*.f64 (neg.f64 z) t) (*.f64 y x)) |
(+.f64 (*.f64 y x) (*.f64 (neg.f64 t) (neg.f64 z))) |
(+.f64 (*.f64 y x) (*.f64 (neg.f64 z) (neg.f64 t))) |
(+.f64 (*.f64 y x) (*.f64 (neg.f64 z) t)) |
(+.f64 (*.f64 y x) (*.f64 t z)) |
(+.f64 (*.f64 t z) (*.f64 (neg.f64 (neg.f64 y)) x)) |
(+.f64 (*.f64 t z) (*.f64 (neg.f64 (neg.f64 x)) y)) |
(+.f64 (*.f64 t z) (*.f64 (neg.f64 y) x)) |
(+.f64 (*.f64 t z) (*.f64 y x)) |
Compiled 16 143 to 1 060 computations (93.4% saved)
3 alts after pruning (0 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 592 | 0 | 592 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 3 | 3 |
| Done | 0 | 0 | 0 |
| Total | 592 | 3 | 595 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 99.6% | (fma.f64 y x (*.f64 t z)) |
| ✓ | 55.4% | #s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
| ✓ | 48.6% | #s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
Compiled 63 to 39 computations (38.1% saved)
| Inputs |
|---|
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
(fma.f64 y x (*.f64 t z)) |
(+.f64 (*.f64 x y) (*.f64 z t)) |
| Outputs |
|---|
(fma.f64 y x (*.f64 t z)) |
7 calls:
| 3.0ms | y |
| 2.0ms | t |
| 2.0ms | z |
| 2.0ms | x |
| 2.0ms | (+.f64 (*.f64 x y) (*.f64 z t)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.6% | 1 | (*.f64 z t) |
| 99.6% | 1 | (*.f64 x y) |
| 99.6% | 1 | (+.f64 (*.f64 x y) (*.f64 z t)) |
| 99.6% | 1 | x |
| 99.6% | 1 | y |
| 99.6% | 1 | z |
| 99.6% | 1 | t |
Compiled 17 to 33 computations (-94.1% saved)
| Inputs |
|---|
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
| Outputs |
|---|
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
#s(approx (+ (* x y) (* z t)) (*.f64 y x)) |
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
7 calls:
| 2.0ms | (*.f64 x y) |
| 1.0ms | x |
| 1.0ms | z |
| 1.0ms | t |
| 1.0ms | (*.f64 z t) |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.4% | 3 | (*.f64 z t) |
| 78.6% | 3 | (*.f64 x y) |
| 59.6% | 3 | (+.f64 (*.f64 x y) (*.f64 z t)) |
| 72.8% | 3 | x |
| 76.6% | 3 | y |
| 77.1% | 3 | z |
| 74.3% | 5 | t |
Compiled 17 to 33 computations (-94.1% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
| Outputs |
|---|
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
7 calls:
| 1.0ms | x |
| 1.0ms | z |
| 1.0ms | y |
| 1.0ms | t |
| 1.0ms | (+.f64 (*.f64 x y) (*.f64 z t)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 48.6% | 1 | (+.f64 (*.f64 x y) (*.f64 z t)) |
| 48.6% | 1 | t |
| 48.6% | 1 | x |
| 48.6% | 1 | y |
| 48.6% | 1 | z |
| 48.6% | 1 | (*.f64 x y) |
| 48.6% | 1 | (*.f64 z t) |
Compiled 17 to 33 computations (-94.1% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 8222978.166157761 | 127582116386309540.0 |
| 0.0ms | -1.5027839891804995e-65 | -8.154853569104472e-77 |
Compiled 10 to 14 computations (-40% saved)
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 52 |
| 1 | 28 | 52 |
| 2 | 42 | 52 |
| 3 | 62 | 52 |
| 4 | 83 | 52 |
| 5 | 87 | 52 |
| 6 | 90 | 52 |
| 1× | saturated |
| Inputs |
|---|
(fma.f64 y x (*.f64 t z)) |
(if (<=.f64 (*.f64 z t) #s(literal -4742843975160471/474284397516047136454946754595585670566993857190463750305618264096412179005177856 binary64)) #s(approx (+ (* x y) (* z t)) (*.f64 t z)) (if (<=.f64 (*.f64 z t) #s(literal 10000000 binary64)) #s(approx (+ (* x y) (* z t)) (*.f64 y x)) #s(approx (+ (* x y) (* z t)) (*.f64 t z)))) |
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
| Outputs |
|---|
(fma.f64 y x (*.f64 t z)) |
(if (<=.f64 (*.f64 z t) #s(literal -4742843975160471/474284397516047136454946754595585670566993857190463750305618264096412179005177856 binary64)) #s(approx (+ (* x y) (* z t)) (*.f64 t z)) (if (<=.f64 (*.f64 z t) #s(literal 10000000 binary64)) #s(approx (+ (* x y) (* z t)) (*.f64 y x)) #s(approx (+ (* x y) (* z t)) (*.f64 t z)))) |
(if (or (<=.f64 (*.f64 z t) #s(literal -4742843975160471/474284397516047136454946754595585670566993857190463750305618264096412179005177856 binary64)) (not (<=.f64 (*.f64 z t) #s(literal 10000000 binary64)))) #s(approx (+ (* x y) (* z t)) (*.f64 t z)) #s(approx (+ (* x y) (* z t)) (*.f64 y x))) |
#s(approx (+ (* x y) (* z t)) (*.f64 t z)) |
| 1× | done |
Compiled 52 to 20 computations (61.5% saved)
(sort z t)
(sort x y)
Compiled 142 to 78 computations (45.1% saved)
Loading profile data...